mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Merge pull request #16327 from Exodius/BWL-door
Core/Scripts: Change door ID and name in Blackwing Lair
This commit is contained in:
@@ -59,7 +59,7 @@ enum CreatureIds
|
||||
enum GameObjectIds
|
||||
{
|
||||
GO_BLACK_DRAGON_EGG = 177807,
|
||||
GO_BOSSGATE01 = 175946,
|
||||
GO_PORTCULLIS = 176965,
|
||||
GO_DRAKE_RIDER_PORTCULLIS = 175185,
|
||||
GO_ALTERAC_VALLEY_GATE = 180424,
|
||||
GO_GATE = 185483,
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
DoorData const doorData[] =
|
||||
{
|
||||
{ GO_BOSSGATE01, DATA_RAZORGORE_THE_UNTAMED, DOOR_TYPE_PASSAGE },
|
||||
{ GO_PORTCULLIS, DATA_RAZORGORE_THE_UNTAMED, DOOR_TYPE_PASSAGE },
|
||||
{ GO_DRAKE_RIDER_PORTCULLIS, DATA_VAELASTRAZ_THE_CORRUPT, DOOR_TYPE_PASSAGE },
|
||||
{ GO_ALTERAC_VALLEY_GATE, DATA_BROODLORD_LASHLAYER, DOOR_TYPE_PASSAGE },
|
||||
{ GO_GATE, DATA_FIREMAW, DOOR_TYPE_PASSAGE },
|
||||
|
||||
Reference in New Issue
Block a user