aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-04 13:13:07 -0500
committermegamage <none@none>2009-05-04 13:13:07 -0500
commit1d2d3693c43b9c7856de7069776946d8a18d095d (patch)
treecf45538fc07ae9662b5e647b2523c4a041c1166b /src
parent4182821babbb6a093860c6d2aac3a41ccbcaabd2 (diff)
*Replace some "mangos_debug" with "trinity_debug"
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/AchievementMgr.cpp2
-rw-r--r--src/game/CreatureEventAI.cpp2
-rw-r--r--src/game/WorldSession.cpp2
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 ();