mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
Oops
This commit is contained in:
parent
ad0ed2b1a9
commit
fdffa365b9
@ -968,7 +968,7 @@ void ProtocolGame::parseSpellCooldown(const InputMessagePtr& msg)
|
||||
int spellId = msg->getU8();
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user