aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-09-18 18:44:08 +0300
committeroffl <offl@users.noreply.github.com>2020-09-18 18:44:08 +0300
commit3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7 (patch)
tree0753183ee52f9e9781ab61d13f5f5efd9794d03c /src
parent7d3901302d763408c0659bcedeae7a55e4005854 (diff)
DB/Gameobject: Add correct door to Sethekk Halls
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h2
1 files changed, 1 insertions, 1 deletions
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
};