mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/GameObject): General Bjarngrim and Loken exit door should be o… (#23285)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `state` = 0 WHERE `guid` IN (65573, 65585) AND `id` IN (191324, 191416);
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user