From 6e438e38ec365f5bd3d17b6e3341b854a7b5cc4e Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 28 Mar 2009 19:43:04 -0600 Subject: *Temp fix build in linux. --HG-- branch : trunk --- src/game/Object.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/Object.cpp') diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 2907c043602..79c3ebba369 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1518,9 +1518,9 @@ void WorldObject::MonsterYell(int32 textId, uint32 language, uint64 TargetGuid) void WorldObject::MonsterYellToZone(int32 textId, uint32 language, uint64 TargetGuid) { - MaNGOS::MonsterChatBuilder say_build(*this, CHAT_MSG_MONSTER_YELL, textId,language,TargetGuid); - MaNGOS::LocalizedPacketDo say_do(say_build); - GetMap()->BroadcastWorker(say_do,GetZoneId()); + //MaNGOS::MonsterChatBuilder say_build(*this, CHAT_MSG_MONSTER_YELL, textId,language,TargetGuid); + //MaNGOS::LocalizedPacketDo say_do(say_build); + //GetMap()->BroadcastWorker(say_do,GetZoneId()); } void WorldObject::MonsterTextEmote(int32 textId, uint64 TargetGuid, bool IsBossEmote) -- cgit v1.2.3