diff options
author | Subv <s.v.h21@hotmail.com> | 2012-11-14 09:35:45 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-11-14 09:35:45 -0500 |
commit | 51414967c488dacb5b35c8fc5e642bef9dd4b42a (patch) | |
tree | b153fe05c627490618a157a38a166668d9565c29 | |
parent | a8ef3013f0a2c69b4a1da6ed240992593027c22a (diff) |
Core/Build: Fixed a little mistake.
-rwxr-xr-x | src/server/game/Texts/CreatureTextMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Texts/CreatureTextMgr.cpp b/src/server/game/Texts/CreatureTextMgr.cpp index fa0e1b4fe88..4785b9346f2 100755 --- a/src/server/game/Texts/CreatureTextMgr.cpp +++ b/src/server/game/Texts/CreatureTextMgr.cpp @@ -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); |