DB/Gameobject: Add correct door to Sethekk Halls

(cherry picked from commit 3ce1a5b3ac)
This commit is contained in:
offl
2020-09-18 18:44:08 +03:00
committed by Shauren
parent e9788fe553
commit 7bac14995c
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -44,7 +44,7 @@ enum SHCreatureIds
enum SHGameObjectIds
{
GO_IKISS_DOOR = 177203,
GO_IKISS_DOOR = 183398,
GO_TALON_KING_COFFER = 187372
};