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 | |
parent | e9788fe5533753aab681464a02944b6d2f38d32e (diff) |
DB/Gameobject: Add correct door to Sethekk Halls
(cherry picked from commit 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7)
-rw-r--r-- | sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql | 2 | ||||
-rw-r--r-- | src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h | 2 |
2 files changed, 3 insertions, 1 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; diff --git a/src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h b/src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h index bf64986f100..76dc498fd56 100644 --- a/src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h +++ b/src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h @@ -44,7 +44,7 @@ enum SHCreatureIds enum SHGameObjectIds { - GO_IKISS_DOOR = 177203, + GO_IKISS_DOOR = 183398, GO_TALON_KING_COFFER = 187372 }; |