refactor(Scripts/Karazhan): Spell Scripts registry macros (#19184)

* instance_karazhan aura:spell_karazhan_brittle_bones_aura

* instance_karazhan aura:spell_karazhan_overload_aura

* instance_karazhan spell:spell_karazhan_blink
This commit is contained in:
Jelle Meeus 2024-06-26 22:26:19 +02:00 committed by GitHub
parent 40b63666ad
commit b259ec6df7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 71 deletions

View file

@ -0,0 +1,3 @@
--
UPDATE `spell_script_names` SET `ScriptName`='spell_karazhan_brittle_bones_aura' WHERE `spell_id`=32441;
UPDATE `spell_script_names` SET `ScriptName`='spell_karazhan_overload_aura' WHERE `spell_id`=29768;