diff options
| author | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
| commit | 634776e0bcc90e610a3f736e8ddf75792ad9b73e (patch) | |
| tree | fbe98d997a68f99062eed13070c707a8a4b5e76d /src/server/game/AI/EventAI | |
| parent | 55ce180f2867700b28921d99f9a0cb9c83330c91 (diff) | |
Fix compile under windows
Diffstat (limited to 'src/server/game/AI/EventAI')
| -rwxr-xr-x | src/server/game/AI/EventAI/CreatureEventAIMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/EventAI/CreatureEventAIMgr.cpp b/src/server/game/AI/EventAI/CreatureEventAIMgr.cpp index 2d7c64bf5df..7289a4eed28 100755 --- a/src/server/game/AI/EventAI/CreatureEventAIMgr.cpp +++ b/src/server/game/AI/EventAI/CreatureEventAIMgr.cpp @@ -209,7 +209,7 @@ void CreatureEventAIMgr::LoadCreatureEventAI_Scripts() sLog->outError(LOG_FILTER_SQL, "CreatureEventAI: Event %u has script for non-existing creature entry (%u), skipping.", i, creature_id); continue; } - + // Only on the first script if (cInfo->AIName != "EventAI" && m_CreatureEventAI_Event_Map[creature_id].empty()) sLog->outError(LOG_FILTER_SQL, "Creature entry %u has EventAI scripts, but its AIName is not 'EventAI' - possible AI-mismatch?", temp.creature_id); |
