changed localization identifiers

This commit is contained in:
2022-07-23 12:27:20 -04:00
parent aaa089715d
commit e48fdbe323
10 changed files with 51 additions and 51 deletions

View File

@@ -74,7 +74,7 @@ function CDOTA_BaseNPC:THTD_InitExp()
time_count = 0
if self.thtd_star == 5 then
EmitSoundOn(THTD_GetVoiceEvent(self:GetUnitName(),"spawn"),self)
CustomGameEventManager:Send_ServerToPlayer(self:GetPlayerOwner() , "show_message", {msg=self:GetUnitName().."_up_to_5_star", duration=30, params={}, color="#ff0"} )
CustomGameEventManager:Send_ServerToPlayer(self:GetPlayerOwner() , "show_message", {msg= "#"..self:GetUnitName()"_up_to_5_star", duration=30, params={}, color="#ff0"} )
end
end
end