mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Build: Fixed a little mistake.
This commit is contained in:
@@ -302,7 +302,7 @@ uint32 CreatureTextMgr::SendChat(Creature* source, uint8 textGroup, uint64 whisp
|
||||
if (iter->emote)
|
||||
SendEmote(finalSource, iter->emote);
|
||||
|
||||
if (srcPlayer)
|
||||
if (srcPlr)
|
||||
{
|
||||
PlayerTextBuilder builder(source, finalSource, iter->group, iter->id, finalLang, whisperGuid);
|
||||
SendChatPacket(finalSource, builder, finalType, whisperGuid, range, team, gmOnly);
|
||||
|
||||
Reference in New Issue
Block a user