mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 15:07:16 +00:00
Regression fixes, support for new lua arguments for many events
This commit is contained in:
@@ -641,9 +641,14 @@ bool Client::Process() {
|
||||
}
|
||||
|
||||
if(ItemTickTimer.Check())
|
||||
{
|
||||
TickItemCheck();
|
||||
}
|
||||
{
|
||||
TickItemCheck();
|
||||
}
|
||||
|
||||
if(ItemQuestTimer.Check())
|
||||
{
|
||||
ItemTimerCheck();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user