aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-02-22 13:13:22 -0300
committerShauren <shauren.trinity@gmail.com>2019-08-17 20:04:14 +0200
commitb428bfbd141a1b69412aec77f7e3882d73d0efbc (patch)
treebdcdef09a5c039290c317a54d2b70419ebc425a2 /sql
parent420f2e8ec2c5f19db313492c52a730c87fa2dab6 (diff)
Core/Scripts: Fixed Illidan epic sounds again (#19184)
(cherrypicked from bb3c964e7c0860d4448a065a2d1d37b52704da76)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2019_07_28_03_world_2017_02_22_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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);