diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp index 53a013bed5a..cbb8ce53b91 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp @@ -230,13 +230,6 @@ void hyjalAI::StartEvent(Player* player) if(!player) return; - Map* Hyjal = m_creature->GetMap(); - if(Hyjal->GetPlayersCountExceptGMs() < 15) //check if there are more than 15 players in hyjal (abuse prevent) - { - //error_log("Some Players try to farm in Hyjal (less than 15 people)"); - return; - } - Talk(BEGIN); EventBegun = true; |