From b428bfbd141a1b69412aec77f7e3882d73d0efbc Mon Sep 17 00:00:00 2001 From: Keader Date: Wed, 22 Feb 2017 13:13:22 -0300 Subject: Core/Scripts: Fixed Illidan epic sounds again (#19184) (cherrypicked from bb3c964e7c0860d4448a065a2d1d37b52704da76) --- sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql b/sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql new file mode 100644 index 00000000000..87bb090d086 --- /dev/null +++ b/sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE guid=45; -- guid 44 used different in master +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(45, 185966, 564, 3959, 3959, '14,33', 0, 706.406006, 302.182373, 353.743744, 0.157961, 0, 0, 0, 0, 7200, 0, 1); -- cgit v1.2.3