diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/AchievementMgr.cpp | 2 | ||||
-rw-r--r-- | src/game/CreatureEventAI.cpp | 2 | ||||
-rw-r--r-- | src/game/WorldSession.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/game/AchievementMgr.cpp b/src/game/AchievementMgr.cpp index aa1aab97a09..6c0e2272a71 100644 --- a/src/game/AchievementMgr.cpp +++ b/src/game/AchievementMgr.cpp @@ -443,7 +443,7 @@ void AchievementMgr::SendAchievementEarned(AchievementEntry const* achievement) if(GetPlayer()->GetSession()->PlayerLoading()) return; - #ifdef MANGOS_DEBUG + #ifdef TRINITY_DEBUG if((sLog.getLogFilter() & LOG_FILTER_ACHIEVEMENT_UPDATES)==0) sLog.outDebug("AchievementMgr::SendAchievementEarned(%u)", achievement->ID); #endif diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index a1ee2a388b3..fb7b7119860 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -49,7 +49,7 @@ CreatureEventAI::CreatureEventAI(Creature *c ) : CreatureAI(c) { //Debug check - #ifndef MANGOS_DEBUG + #ifndef TRINITY_DEBUG if ((*i).event_flags & EFLAG_DEBUG_ONLY) continue; #endif diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index 780c02eddca..0977990cc94 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -130,7 +130,7 @@ void WorldSession::SendPacket(WorldPacket const* packet) sendLastPacketBytes = packet->wpos(); // wpos is real written size } - #endif // !MANGOS_DEBUG + #endif // !TRINITY_DEBUG if (m_Socket->SendPacket (*packet) == -1) m_Socket->CloseSocket (); |