mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
More function name refactoring
This commit is contained in:
@@ -1953,7 +1953,7 @@ void Mob::Taunt(NPC *who, bool always_succeed, int chance_bonus, bool FromSpell,
|
||||
}
|
||||
|
||||
if (who->CanTalk())
|
||||
who->Say_StringID(SUCCESSFUL_TAUNT, GetCleanName());
|
||||
who->SayString(SUCCESSFUL_TAUNT, GetCleanName());
|
||||
} else {
|
||||
MessageString(Chat::SpellFailure, FAILED_TAUNT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user