mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
added NPC Relay to script, stop prince Error.
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
break;
|
||||
case NPC_NIGHTBANE:
|
||||
m_uiNightBaneGUID = creature->GetGUID();
|
||||
case NPC_RELAY:
|
||||
m_uiRelayGUID = creature->GetGUID();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -302,6 +304,7 @@ public:
|
||||
uint64 MastersTerraceDoor[2];
|
||||
uint64 ImageGUID;
|
||||
uint64 DustCoveredChest;
|
||||
uint64 m_uiRelayGUID;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user