fix(DB/SAI): Swamplord Musel'ek should yell when Claw is enraged. (#14454)

Fixes #13996
This commit is contained in:
UltraNix
2023-01-01 12:50:24 +01:00
committed by GitHub
parent a9bc936b4f
commit fe3487f078

View File

@@ -0,0 +1,5 @@
--
UPDATE `smart_scripts` SET `link`=9 WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=2;
DELETE FROM `smart_scripts` WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=9;
INSERT INTO `smart_scripts` VALUES
(17827,0,9,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,17826,100,0,0,0,0,0,0,'Claw - Combat - Swamplord Musel\'ek Say 0');