mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +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