Doors::HandleClick and remove #EQDEBUG check, convert log

This commit is contained in:
Akkadius 2015-01-24 22:09:58 -06:00
parent ecf354e2c9
commit 1b1c82a3e7

View File

@ -290,9 +290,7 @@ void Doors::HandleClick(Client* sender, uint8 trigger)
float modskill=sender->GetSkill(SkillPickLock);
sender->CheckIncreaseSkill(SkillPickLock, nullptr, 1);
#if EQDEBUG>=5
Log.Out(Logs::General, Logs::None, "Client has lockpicks: skill=%f", modskill);
#endif
Log.Out(Logs::General, Logs::Skills, "Client has lockpicks: skill=%f", modskill);
if(GetLockpick() <= modskill)
{