fix(Scripts/Zul'Gurub): Don't allow players to enter while encounters are in progress (#10933)
This commit is contained in:
parent
3ac052151a
commit
dccc2909cd
1 changed files with 0 additions and 6 deletions
|
|
@ -45,12 +45,6 @@ public:
|
|||
LoadDoorData(doorData);
|
||||
}
|
||||
|
||||
bool IsEncounterInProgress() const override
|
||||
{
|
||||
// not active in Zul'Gurub
|
||||
return false;
|
||||
}
|
||||
|
||||
void OnCreatureCreate(Creature* creature) override
|
||||
{
|
||||
switch (creature->GetEntry())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue