mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Scripts/Spells): Linken's boomerang (#8179)
* fix(Scripts/Spells): Linken's boomerang * Update rev_1633027575141830731.sql
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user