fix(DB/GameObject): General Bjarngrim and Loken exit door should be o… (#23285)

This commit is contained in:
Andrew
2025-10-17 16:28:20 -03:00
committed by GitHub
parent 539aa67ef3
commit 840eacd19b
3 changed files with 2 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `gameobject` SET `state` = 0 WHERE `guid` IN (65573, 65585) AND `id` IN (191324, 191416);

View File

@@ -55,10 +55,8 @@ enum HoLNPCs
enum HoLGOs
{
GO_BJARNGRIM_DOOR = 191416,
GO_VOLKHAN_DOOR = 191325,
GO_IONAR_DOOR = 191326,
GO_LOKEN_DOOR = 191324,
GO_LOKEN_THRONE = 192654,
};

View File

@@ -22,10 +22,8 @@
DoorData const doorData[] =
{
{ GO_BJARNGRIM_DOOR, DATA_BJARNGRIM, DOOR_TYPE_PASSAGE },
{ GO_VOLKHAN_DOOR, DATA_VOLKHAN, DOOR_TYPE_PASSAGE },
{ GO_IONAR_DOOR, DATA_IONAR, DOOR_TYPE_PASSAGE },
{ GO_LOKEN_DOOR, DATA_LOKEN, DOOR_TYPE_PASSAGE },
{ 0, 0, DOOR_TYPE_ROOM }
};