This commit is contained in:
Eduardo Bart 2012-08-19 06:51:16 -03:00
parent ad0ed2b1a9
commit fdffa365b9
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ void ProtocolGame::parseSpellCooldown(const InputMessagePtr& msg)
int spellId = msg->getU8(); int spellId = msg->getU8();
int delay = msg->getU32(); int delay = msg->getU32();
g_lua.callGlobalField("g_game", "onSpellCooldown", delay); g_lua.callGlobalField("g_game", "onSpellCooldown", spellId, delay);
} }
void ProtocolGame::parseSpellGroupCooldown(const InputMessagePtr& msg) void ProtocolGame::parseSpellGroupCooldown(const InputMessagePtr& msg)