diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-03-21 22:51:47 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-21 22:51:47 +0100 |
commit | 154147c24001bf6cc1a0743ebb14bf780edde205 (patch) | |
tree | 4264861f50cf3de9887f9156a05f3c65063db0e9 /src | |
parent | 47de80b852389bb6e1e0c6c9eafaa86e2e6fe5af (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.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 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 |