mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Doors::HandleClick and remove #EQDEBUG check, convert log
This commit is contained in:
parent
ecf354e2c9
commit
1b1c82a3e7
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user