mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Hyjal): some Archimonde fixes (#19031)
* init * update spellscript * fix targetting * Update boss_archimonde.cpp
This commit is contained in:
4
data/sql/updates/pending_db_world/spell_scripts.sql
Normal file
4
data/sql/updates/pending_db_world/spell_scripts.sql
Normal 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');
|
||||
Reference in New Issue
Block a user