added NPC Relay to script, stop prince Error.

This commit is contained in:
lee1991
2017-01-09 18:46:04 +00:00
parent fed7745781
commit 198e07fed7
3 changed files with 6 additions and 1 deletions

View File

@@ -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;
};
};