diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-18 18:44:08 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-27 20:08:41 +0100 |
| commit | 7bac14995c0deb265ddef3fd6a69b559d2874fa3 (patch) | |
| tree | f72b38fb01a13a8124dc6eb27cbb7af36feb3f5a /sql/updates | |
| parent | e9788fe5533753aab681464a02944b6d2f38d32e (diff) | |
DB/Gameobject: Add correct door to Sethekk Halls
(cherry picked from commit 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql b/sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql new file mode 100644 index 00000000000..f5a91ec9396 --- /dev/null +++ b/sql/updates/world/master/2022_02_27_04_world_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; |
