aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-05-18 00:09:00 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-10 16:18:53 +0100
commit0e3d05775ea3048af5d67a881e794aa051037ef0 (patch)
tree9fe8a8489105137f463da8e3a7d0f28269358747
parent477edc6235a2dd85e82aaad4cb85546c1bd8a1e7 (diff)
DB/GameObject: Add two more Emerald Acorn
(cherry picked from commit fb7aa7796a417a0257bd4c946ab3c1bedf04356b)
-rw-r--r--sql/updates/world/master/2022_03_10_02_world_2021_05_17_03_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_10_02_world_2021_05_17_03_world.sql b/sql/updates/world/master/2022_03_10_02_world_2021_05_17_03_world.sql
new file mode 100644
index 00000000000..039f97aa9d6
--- /dev/null
+++ b/sql/updates/world/master/2022_03_10_02_world_2021_05_17_03_world.sql
@@ -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);