Some cleaning

This commit is contained in:
Yehonal
2016-08-11 20:36:42 +02:00
parent 80453e215e
commit c618632a70
4 changed files with 4 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket & recvData)
case CHAT_MSG_PARTY_LEADER:
break;
default:
/*[AZTH] we should enable it using a conf
/*[AC] we should enable it using a conf
if (sender->GetTotalPlayedTime() < 2*HOUR)
{
SendNotification("Speaking is allowed after playing for at least 2 hours. You may use party and guild chat.");

View File

@@ -1543,7 +1543,7 @@ public:
return true;
}
/* [AZTH] Sunwell hack
/* [AC] Sunwell hack
if (handler->GetSession()->GetSecurity() < SEC_ADMINISTRATOR)
{
handler->PSendSysMessage("You may only remove items. Adding items is available for higher GMLevel.");