mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(scripts/Ulduar): Improve Hodir (#4703)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user