diff options
author | megamage <none@none> | 2009-05-04 13:13:07 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-04 13:13:07 -0500 |
commit | 1d2d3693c43b9c7856de7069776946d8a18d095d (patch) | |
tree | cf45538fc07ae9662b5e647b2523c4a041c1166b /src/game/CreatureEventAI.cpp | |
parent | 4182821babbb6a093860c6d2aac3a41ccbcaabd2 (diff) |
*Replace some "mangos_debug" with "trinity_debug"
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureEventAI.cpp')
-rw-r--r-- | src/game/CreatureEventAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |