Fix arguments for OnPlayerChangeJournal in server Networking

This commit is contained in:
David Cernat 2017-01-20 12:52:03 +02:00
parent d308897f95
commit 869b32383e

View file

@ -247,7 +247,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet)
DEBUG_PRINTF("ID_GAME_JOURNAL\n");
myPacket->Read(player);
Script::Call<Script::CallbackIdentity("OnPlayerChangeJournal")>(player->getId(), player->packetSpells.action);
Script::Call<Script::CallbackIdentity("OnPlayerChangeJournal")>(player->getId());
break;
}