fix(scripts/Ulduar): Improve Hodir (#4703)

This commit is contained in:
Cláudio Costa
2021-03-20 14:36:30 +00:00
committed by GitHub
parent d82d2041b4
commit aea4ce3094
5 changed files with 272 additions and 101 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614870494129873100');
DELETE FROM `spell_target_position` WHERE `ID`=62501 AND `EffectIndex`=0;
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES (62501, 0, 603, 2035.95, -202.085, 432.687, 3.16408, 0);
DELETE FROM `spell_script_names` WHERE `spell_id` = 62502;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (62501, 'spell_hodir_shatter_chest');