diff options
author | offl <offl@users.noreply.github.com> | 2021-05-18 00:09:00 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-05-18 00:09:00 +0300 |
commit | fb7aa7796a417a0257bd4c946ab3c1bedf04356b (patch) | |
tree | 8bc22bb4965391a67ebe41f0b197462a22946bb9 | |
parent | bf1ff3f5ea5dbcfd80e382ff4cdae27baf0ee6a9 (diff) |
DB/GameObject: Add two more Emerald Acorn
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_17_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_17_03_world.sql b/sql/updates/world/3.3.5/2021_05_17_03_world.sql new file mode 100644 index 00000000000..043a5907549 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_17_03_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `gameobject` SET `animprogress` = 255, `VerifiedBuild` = 12340 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`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) values +(30024,192676,1,0,0,1,2,7820.66,-2244.36,463.302,1.76278,0,0,0.771625,0.636078,120,255,1,'',15595), +(30030,192676,1,0,0,1,2,7812.99,-2158.31,478.524,1.0472,0,0,0.5,0.866025,120,255,1,'',15595); |