fix(Scripts/Dragonblight): Script Wyrmrest Vanquisher Flame Fury spell (#22940)

This commit is contained in:
Andrew
2025-09-16 06:53:49 -03:00
committed by GitHub
parent 5b493a4767
commit add49b7723
2 changed files with 40 additions and 0 deletions

View File

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