diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-18 18:44:08 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-09-18 18:44:08 +0300 |
| commit | 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7 (patch) | |
| tree | 0753183ee52f9e9781ab61d13f5f5efd9794d03c /sql | |
| parent | 7d3901302d763408c0659bcedeae7a55e4005854 (diff) | |
DB/Gameobject: Add correct door to Sethekk Halls
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_18_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_18_07_world.sql b/sql/updates/world/3.3.5/2020_09_18_07_world.sql new file mode 100644 index 00000000000..f5a91ec9396 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_18_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `id` = 183398, `position_x` = 44.7715, `position_y` = 150.721, `position_z` = -0.0341, `orientation` = 1.57079, `rotation2` = 0.707106, `rotation3` = 0.707106, `VerifiedBuild` = 14545 WHERE `guid` = 28507 AND `id` = 177203; |
