This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Description
1.These two is creating problems with instant ultimate healing rune curing paralyze in actions.cpp
player->setNextAction(OTSYS_TIME() + g_config.getNumber(ConfigManager::MIN_ACTIONEXTIME) + SCHEDULER_MINTICKS);
player->setNextAction(OTSYS_TIME() + g_config.getNumber(ConfigManager::MIN_ACTIONTIME) + SCHEDULER_MINTICKS);
You can set it under this to fix this
if(ret != RET_NOERROR){
player->sendCancelMessage(ret);
return false;
}