mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Core/SmartScript: Fix a compile error.
Thanks Aokromes for telling me it existed. --HG-- branch : trunk
This commit is contained in:
@@ -1749,7 +1749,7 @@ void SmartScript::FillScript(SmartAIEventList e, WorldObject* obj, AreaTriggerEn
|
||||
for (SmartAIEventList::iterator i = e.begin(); i != e.end(); ++i)
|
||||
{
|
||||
#ifndef TRINITY_DEBUG
|
||||
if ((*i).event.event_flags & EFLAG_DEBUG_ONLY)
|
||||
if ((*i).event.event_flags & SMART_EVENT_FLAG_DEBUG_ONLY)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user