aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-02-10 21:19:56 +0100
committerShauren <shauren.trinity@gmail.com>2021-02-10 21:19:56 +0100
commit895dbc06dced4f300d456240eefdc8a0624c5de3 (patch)
treeac8577a95e0299dd02518133a7c084c3f85d2e3b /src
parentbf0975f658d5777f0a2812507ab0cca462b18ea7 (diff)
Core/SAI: Reserve additional param for SMART_ACTION_SUMMON_CREATURE
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/SmartScripts/SmartScriptMgr.h1
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