*Tabs to spaces

*Fix a type in CreatureEventAI.cpp from last rev

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-10 02:12:02 +01:00
parent 8417a4fee3
commit c65aa45bc6
8 changed files with 49 additions and 49 deletions

View File

@@ -511,8 +511,8 @@ void WorldSession::HandleMessagechatOpcode( WorldPacket & recv_data )
if (!processChatmessageFurtherAfterSecurityChecks(msg, lang))
return;
if (_player->getLevel() < sWorld.getConfig(CONFIG_CHAT_CHANNEL_LEVEL_REQ))
return;
if (_player->getLevel() < sWorld.getConfig(CONFIG_CHAT_CHANNEL_LEVEL_REQ))
return;
if(msg.empty())
break;