diff options
author | Blaymoira <none@none> | 2009-01-18 12:10:50 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-18 12:10:50 +0100 |
commit | 08624f833884d13496f4b2ce00fb8e065a42305a (patch) | |
tree | 3efb92b76ffd801cd0ca670a606b23c644a7f90f /src | |
parent | 9037423faf59eadec7bead177db875ce3a2c471a (diff) |
*Reverted not needed check in hyjalAI
--HG--
branch : trunk
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; |