mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Core/SmartScripts): Add distance option for SMART_ACTION_SOUND & SMART_ACTION_RANDOM_SOUND (#10255)
This commit is contained in:
committed by
GitHub
parent
5ee89ebfba
commit
915b6a2738
@@ -685,6 +685,7 @@ struct SmartAction
|
||||
{
|
||||
uint32 sound;
|
||||
SAIBool onlySelf;
|
||||
uint32 distance;
|
||||
} sound;
|
||||
|
||||
struct
|
||||
@@ -694,6 +695,7 @@ struct SmartAction
|
||||
uint32 sound3;
|
||||
uint32 sound4;
|
||||
SAIBool onlySelf;
|
||||
uint32 distance;
|
||||
} randomSound;
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user