diff options
author | BroodWyrm <none@none> | 2009-05-04 20:17:03 +0200 |
---|---|---|
committer | BroodWyrm <none@none> | 2009-05-04 20:17:03 +0200 |
commit | 61972025a2b19c2a49acd338183d930fc5ac033d (patch) | |
tree | 70776686df40b56b7c5c085a78dca7bfac8d4c5d /src/game/CreatureEventAI.cpp | |
parent | c00509eba4972c85cdc646953c25525dcfe69832 (diff) | |
parent | 1d2d3693c43b9c7856de7069776946d8a18d095d (diff) |
*Merge.
--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 |