fix(Scripts): Victory rush killing blow (#6349)

This commit is contained in:
Cláudio Costa
2021-06-18 16:07:33 +01:00
committed by GitHub
parent 289f140ab1
commit 3a30fe3d71
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623660631649831200');
DELETE FROM `spell_script_names` WHERE `spell_id` = 34428;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (34428, 'spell_warr_victory_rush');