fix(Scripts/Spells): Linken's boomerang (#8179)

* fix(Scripts/Spells): Linken's boomerang

* Update rev_1633027575141830731.sql
This commit is contained in:
jestermaniac
2021-10-14 13:25:16 +02:00
committed by GitHub
parent 3894dfc897
commit d4c4608db8
2 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633027575141830731');
DELETE FROM `spell_script_names` WHERE `spell_id` = 15712 AND `ScriptName` = 'spell_item_linken_boomerang';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (15712, 'spell_item_linken_boomerang');