mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
added NPC Relay to script, stop prince Error.
This commit is contained in:
@@ -212,6 +212,7 @@ public:
|
||||
void Reset() override
|
||||
{
|
||||
Initialize();
|
||||
|
||||
}
|
||||
|
||||
void KilledUnit(Unit* /*victim*/) override
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -87,7 +87,8 @@ enum KZMiscCreatures
|
||||
NPC_PHASE_HOUND = 16178,
|
||||
NPC_DREADBEAST = 16177,
|
||||
NPC_SHADOWBEAST = 16176,
|
||||
NPC_KILREK = 17229
|
||||
NPC_KILREK = 17229,
|
||||
NPC_RELAY = 17645
|
||||
};
|
||||
|
||||
enum KZGameObjectIds
|
||||
|
||||
Reference in New Issue
Block a user