[7679] More checks for creature EventAI loading at server startup.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-04-17 15:44:44 +04:00 committed by VladimirMangos
parent 09c32b5429
commit f926232efb
4 changed files with 241 additions and 132 deletions

View file

@ -47,7 +47,7 @@ CreatureEventAI::CreatureEventAI(Creature *c ) : CreatureAI(c), InCombat(false)
{
//Debug check
#ifndef _DEBUG
#ifndef MANGOS_DEBUG
if ((*i).event_flags & EFLAG_DEBUG_ONLY)
continue;
#endif