aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-12-27 22:28:27 +0100
committerShauren <shauren.trinity@gmail.com>2020-12-27 22:28:27 +0100
commitfe89e835fbb22512462e03db48df6750d2c24e79 (patch)
tree5e20b0e35575b783cf1afd38a24e111c3ac34a24 /src
parented1c0b6ec9232cc638fa242ea839c4645bb4be07 (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.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 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