Skip to content

Commit

Permalink
refactor(Scripts/Hodir): spellscripts use registry macros (#19126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev authored Jun 22, 2024
1 parent 2555dbd commit 9c7cf93
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 279 deletions.
5 changes: 5 additions & 0 deletions data/sql/updates/pending_db_world/rev_1719051177326126718.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--
UPDATE `spell_script_names` SET `ScriptName`='spell_hodir_storm_power_aura' WHERE `spell_id` IN (63711,65134);
UPDATE `spell_script_names` SET `ScriptName`='spell_hodir_storm_cloud_aura' WHERE `spell_id` IN (65123,65133);
UPDATE `spell_script_names` SET `ScriptName`='spell_hodir_toasty_fire_aura' WHERE `spell_id`=62821;
UPDATE `spell_script_names` SET `ScriptName`='spell_hodir_starlight_aura' WHERE `spell_id`=62807;
Loading

0 comments on commit 9c7cf93

Please sign in to comment.