fix(Scripts/Spells): Linken's boomerang (#8179)
* fix(Scripts/Spells): Linken's boomerang * Update rev_1633027575141830731.sql
This commit is contained in:
parent
3894dfc897
commit
d4c4608db8
2 changed files with 73 additions and 0 deletions
|
|
@ -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');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue