diff options
-rw-r--r-- | src/server/game/AI/SmartScripts/SmartScriptMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.h b/src/server/game/AI/SmartScripts/SmartScriptMgr.h index ea6ed4d49b6..16e6944f4b7 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -685,6 +685,7 @@ struct SmartAction uint32 type; uint32 duration; uint32 attackInvoker; + uint32 flags; // SmartActionSummonCreatureFlags // reserved, pending cherry-pick } summonCreature; struct |