*Temp fix build in linux.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-28 19:43:04 -06:00
parent 829c8022ac
commit 6e438e38ec
2 changed files with 5 additions and 5 deletions

View File

@@ -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<MaNGOS::MonsterChatBuilder> say_do(say_build);
GetMap()->BroadcastWorker(say_do,GetZoneId());
//MaNGOS::MonsterChatBuilder say_build(*this, CHAT_MSG_MONSTER_YELL, textId,language,TargetGuid);
//MaNGOS::LocalizedPacketDo<MaNGOS::MonsterChatBuilder> say_do(say_build);
//GetMap()->BroadcastWorker(say_do,GetZoneId());
}
void WorldObject::MonsterTextEmote(int32 textId, uint64 TargetGuid, bool IsBossEmote)