fix(Scripts/TempleOfAnhQiraj): Fix Digestive Acid not stacking (#13361)

This commit is contained in:
Skjalf
2022-10-11 14:42:59 -03:00
committed by GitHub
parent a11417d3bd
commit 436d7afdaf
2 changed files with 36 additions and 0 deletions

View File

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