mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Scripts/Deadmines: link Foundry Door to Foe Reaper 5000's boss state
This commit is contained in:
@@ -91,7 +91,8 @@ enum DMGameObjects
|
||||
GO_DEFIAS_CANNON = 16398,
|
||||
GO_DOOR_LEVER = 101833,
|
||||
GO_MAST_ROOM_DOOR = 16400,
|
||||
GO_HEAVY_DOOR = 17153
|
||||
GO_HEAVY_DOOR = 17153,
|
||||
GO_FOUNDRY_DOOR = 16399
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@ DoorData const doorData[] =
|
||||
{ GO_FACTORY_DOOR, DATA_GLUBTOK, DOOR_TYPE_PASSAGE },
|
||||
{ GO_MAST_ROOM_DOOR, DATA_HELIX_GEARBREAKER, DOOR_TYPE_PASSAGE },
|
||||
{ GO_HEAVY_DOOR, DATA_HELIX_GEARBREAKER, DOOR_TYPE_ROOM },
|
||||
{ GO_FOUNDRY_DOOR, DATA_FOE_REAPER_5000, DOOR_TYPE_PASSAGE },
|
||||
{ 0, 0, DOOR_TYPE_ROOM }, // END
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user