fix(Scripts/ZulGurub): Gah'zranka's Slam should reset threat. (#11910)

This commit is contained in:
UltraNix 2022-06-10 01:28:57 +02:00 committed by GitHub
parent 94528cd44d
commit e951208610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=24326;
INSERT INTO `spell_script_names` VALUES
(24326,'spell_gahzranka_slam');