Core/Scripts: Fixed Illidan epic sounds again (#19184)

(cherrypicked from bb3c964e7c)
This commit is contained in:
Keader
2017-02-22 13:13:22 -03:00
committed by Shauren
parent 420f2e8ec2
commit b428bfbd14
4 changed files with 23 additions and 12 deletions

View File

@@ -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);