fix(Scripts/Karazhan): Fix Temptation target (#17710)

This commit is contained in:
Andrew
2023-11-14 20:09:25 -03:00
committed by GitHub
parent a19613df86
commit c4722de46a
3 changed files with 28 additions and 1 deletions

View File

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