DB/GameObject: Spawn the correct raid portal for The Bastion of Twilight

This commit is contained in:
Killyana
2018-04-15 23:15:07 +02:00
parent 9804c9e9f0
commit b25e2f7391

View File

@@ -0,0 +1,8 @@
--
DELETE FROM gameobject WHERE id=214611;
DELETE FROM gameobject WHERE guid IN (200631,200970,200971,200972);
INSERT INTO gameobject (guid, id, map, zoneId, areaId, spawnMask, phaseMask, PhaseId, PhaseGroup, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state, VerifiedBuild) VALUES
(200631, 203435, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
(200970, 203436, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
(200971, 203433, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
(200972, 203434, 671, 0, 0, 15, 0, 169, 0, -577.81, -531.414, 893.863, 0, 0, 0, 0, 1, 7200, 255, 1, 0);