DB/GameObject: Add two more Emerald Acorn
(cherry picked from commit fb7aa7796a417a0257bd4c946ab3c1bedf04356b)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` BETWEEN 151278 AND 151283 AND `id` = 192676;
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (30024,30030) AND `id` = 192676;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) values
|
||||
(30030,192676,1,0,0,'0',170,7812.99,-2158.31,478.524,1.0472,0,0,0.5,0.866025,120,255,1,'',15595),
|
||||
(30024,192676,1,0,0,'0',170,7820.66,-2244.36,463.302,1.76278,0,0,0.771625,0.636078,120,255,1,'',15595),
|
||||
(151278,192676,1,0,0,'0',170,7819.75,-2130.67,487.305,-2.56563,0,0,-0.958819,0.284017,120,255,1,'',12340),
|
||||
(151279,192676,1,0,0,'0',170,7853.05,-2180.57,477.609,-0.314158,0,0,-0.156434,0.987688,120,255,1,'',12340),
|
||||
(151280,192676,1,0,0,'0',170,7861.47,-2227.77,465.81,2.65289,0,0,0.970294,0.241927,120,255,1,'',12340),
|
||||
(151281,192676,1,0,0,'0',170,7870.76,-2124.23,489.407,-0.575957,0,0,-0.284015,0.95882,120,255,1,'',12340),
|
||||
(151282,192676,1,0,0,'0',170,7889.84,-2165.81,483.64,-1.58825,0,0,-0.713251,0.700909,120,255,1,'',12340),
|
||||
(151283,192676,1,0,0,'0',170,7901.09,-2199.59,483.264,-0.820303,0,0,-0.398748,0.91706,120,255,1,'',12340);
|
||||
Reference in New Issue
Block a user