diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-12-27 22:28:27 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-12-27 22:28:27 +0100 |
commit | fe89e835fbb22512462e03db48df6750d2c24e79 (patch) | |
tree | 5e20b0e35575b783cf1afd38a24e111c3ac34a24 /src | |
parent | ed1c0b6ec9232cc638fa242ea839c4645bb4be07 (diff) |
Core/SmartAI: Reserve a param for SMART_ACTION_SOUND master branch specific functionality, for compatibility reasons
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 7d9bfa39db2..a8bb90700fd 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -631,6 +631,7 @@ struct SmartAction uint32 sound; uint32 onlySelf; uint32 distance; + uint32 keyBroadcastTextId; // UNUSED: param reserved for compatibility with master branch } sound; struct |