mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: Add correct door to Sethekk Halls
(cherry picked from commit 3ce1a5b3ac)
This commit is contained in:
@@ -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;
|
||||
@@ -44,7 +44,7 @@ enum SHCreatureIds
|
||||
|
||||
enum SHGameObjectIds
|
||||
{
|
||||
GO_IKISS_DOOR = 177203,
|
||||
GO_IKISS_DOOR = 183398,
|
||||
GO_TALON_KING_COFFER = 187372
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user