fix(scripts/Ulduar): Improve Hodir (#4703)
This commit is contained in:
parent
d82d2041b4
commit
aea4ce3094
5 changed files with 272 additions and 101 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue