refactor(Core/Unit): clean MonsterText methods (#6957)
This commit is contained in:
parent
3c42a7d72d
commit
bc82f36f1f
75 changed files with 750 additions and 672 deletions
|
|
@ -162,7 +162,7 @@ public:
|
|||
caster->CastSpell(target, 52605, true);
|
||||
char buff[100];
|
||||
sprintf(buff, "%s plants the Flag of Ownership in the corpse of %s.", caster->GetName().c_str(), target->GetName().c_str());
|
||||
caster->MonsterTextEmote(buff, caster);
|
||||
caster->TextEmote(buff, caster);
|
||||
haveTarget = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue