diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-18 01:47:52 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-18 01:47:52 +0200 |
| commit | 820095230d39f863e3289d1f1c5c88cfeb4cf88e (patch) | |
| tree | 8ebdc742570dd8b2ab7d9a28d5c6fa4857d34cb2 | |
| parent | f8f8819befde2953a798b06877135a8b05708266 (diff) | |
DB/Gameobject: Thunderbrew Lager Keg
By Foldy, closes #12078
| -rw-r--r-- | sql/updates/world/ 2014_05_18_02_world_gameobject.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/ 2014_05_18_02_world_gameobject.sql b/sql/updates/world/ 2014_05_18_02_world_gameobject.sql new file mode 100644 index 00000000000..0d3357de2a1 --- /dev/null +++ b/sql/updates/world/ 2014_05_18_02_world_gameobject.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `position_x`=914.3752, `position_y`=-146.9912, `position_z`=-49.75655, `orientation`=3.68265, `VerifiedBuild`=15595 WHERE `guid`=43097; +UPDATE `gameobject` SET `position_x`=915.7144, `position_y`=-149.2887, `position_z`=-49.75705, `orientation`=3.647741, `VerifiedBuild`=15595 WHERE `guid`=43098; +UPDATE `gameobject` SET `position_x`=917.0272, `position_y`=-151.5825, `position_z`=-49.75756, `orientation`=3.647741, `VerifiedBuild`=15595 WHERE `guid`=43099; |
