fix(DB/SAI): Bleeding Hollow Archers should only use ranged abilities. (#14669)
Fixes #14642
This commit is contained in:
parent
82f2d4e053
commit
70830fd9f2
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=12100, `event_param2`=15300, `event_param3`=13300, `event_param4`=18200, `action_param2`=0 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2300, `event_param4`=5000, `action_param2`=64 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=2;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2300, `event_param4`=5000, `action_param2`=64 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=3;
|
||||
Loading…
Add table
Add a link
Reference in a new issue