fix(Scripts/TempleOfAhnQiraj): Improve Sartura (#12577)

This commit is contained in:
Eddy Vega
2022-08-13 21:14:50 -06:00
committed by GitHub
parent 9fa35180ea
commit eb4f133865
3 changed files with 282 additions and 262 deletions

View File

@@ -0,0 +1,7 @@
--
UPDATE `creature_formations` SET `dist`=5 WHERE `memberGUID` IN (87649,87650,87651);
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=26084 AND `spell_effect`=25174 AND `type`=1;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(26084, 25174, 1, 'Battleguard Sartura - OnHit Whirlwind - Apply Sundering Cleave');