fix(Scripts/Hyjal): some Archimonde fixes (#19031)

* init

* update spellscript

* fix targetting

* Update boss_archimonde.cpp
This commit is contained in:
Dan 2024-06-08 16:50:43 +02:00 committed by GitHub
parent cd00d8c9f7
commit bbb0cb43eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 24 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 32014;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(32014, 'spell_air_burst');