fix(Scripts/Zul'Gurub): Don't allow players to enter while encounters are in progress (#10933)
This commit is contained in:
@@ -45,12 +45,6 @@ public:
|
|||||||
LoadDoorData(doorData);
|
LoadDoorData(doorData);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsEncounterInProgress() const override
|
|
||||||
{
|
|
||||||
// not active in Zul'Gurub
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
void OnCreatureCreate(Creature* creature) override
|
void OnCreatureCreate(Creature* creature) override
|
||||||
{
|
{
|
||||||
switch (creature->GetEntry())
|
switch (creature->GetEntry())
|
||||||
|
|||||||
Reference in New Issue
Block a user