fix(DB/SAI): Bleeding Hollow Archers should only use ranged abilities. (#14669)

Fixes #14642
This commit is contained in:
UltraNix
2023-01-16 01:58:49 +01:00
committed by GitHub
parent 82f2d4e053
commit 70830fd9f2

View File

@@ -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;