mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
converted all tabs to 4 spaces
This commit is contained in:
@@ -244,9 +244,9 @@ void CreatureTextMgr::SendChatPacket(WorldObject* source, Builder const& builder
|
||||
}
|
||||
|
||||
float dist = GetRangeForChatType(msgType);
|
||||
// xinef: hack for boss emote
|
||||
if (msgType == CHAT_MSG_RAID_BOSS_EMOTE && source->GetMap()->IsDungeon())
|
||||
dist = 250.0f;
|
||||
// xinef: hack for boss emote
|
||||
if (msgType == CHAT_MSG_RAID_BOSS_EMOTE && source->GetMap()->IsDungeon())
|
||||
dist = 250.0f;
|
||||
|
||||
Trinity::PlayerDistWorker<CreatureTextLocalizer<Builder> > worker(source, dist, localizer);
|
||||
source->VisitNearbyWorldObject(dist, worker);
|
||||
|
||||
Reference in New Issue
Block a user