mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
refactor(Scripts/Item): Make Goblin Weather Machiene script more read… (#15467)
* refactor(Scripts/Item): Make Goblin Weather Machiene script more readable * need to validate spells ofc * initialize the var to make ci happy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_goblin_weather_machine';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_goblin_weather_machine_aura';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(46203, 'spell_item_goblin_weather_machine'),
|
||||
(46736, 'spell_item_goblin_weather_machine_aura'),
|
||||
(46738, 'spell_item_goblin_weather_machine_aura'),
|
||||
(46739, 'spell_item_goblin_weather_machine_aura'),
|
||||
(46740, 'spell_item_goblin_weather_machine_aura');
|
||||
Reference in New Issue
Block a user