aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-03-21 22:51:47 +0100
committerShauren <shauren.trinity@gmail.com>2022-03-21 22:51:47 +0100
commit154147c24001bf6cc1a0743ebb14bf780edde205 (patch)
tree4264861f50cf3de9887f9156a05f3c65063db0e9 /src
parent47de80b852389bb6e1e0c6c9eafaa86e2e6fe5af (diff)
Core/SAI: Reserve action_param2 of SMART_ACTION_ACTIVATE_GAMEOBJECT for compatibility with master branch
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 e8fee791dd3..7f7044769c4 100644
--- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h
+++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
@@ -1167,6 +1167,7 @@ struct SmartAction
struct
{
uint32 gameObjectAction;
+ uint32 param; // UNUSED: param reserved for compatibility with master branch
} activateGameObject;
struct