Regression fixes, support for new lua arguments for many events

This commit is contained in:
KimLS
2013-06-19 22:56:46 -07:00
parent bb8d11a57b
commit d8a1d84a49
30 changed files with 797 additions and 451 deletions
+8 -3
View File
@@ -641,9 +641,14 @@ bool Client::Process() {
}
if(ItemTickTimer.Check())
{
TickItemCheck();
}
{
TickItemCheck();
}
if(ItemQuestTimer.Check())
{
ItemTimerCheck();
}
}
}