mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
Fixed an issue where Mercenaries were causing several DB queries per second while suspended.
This commit is contained in:
@@ -233,10 +233,7 @@ bool Client::Process() {
|
||||
|
||||
if(GetMercInfo().MercTemplateID != 0 && GetMercInfo().IsSuspended)
|
||||
{
|
||||
if(p_timers.Expired(&database, pTimerMercSuspend, false))
|
||||
{
|
||||
CheckMercSuspendTimer();
|
||||
}
|
||||
CheckMercSuspendTimer();
|
||||
}
|
||||
|
||||
if(IsAIControlled())
|
||||
|
||||
Reference in New Issue
Block a user