[Client] Fix ProcessorGameTime ID

This commit is contained in:
Koncord 2017-05-08 02:45:44 +08:00
parent 3fb0bbb58c
commit 6c45b6dc5b

View file

@ -6,6 +6,8 @@
#define OPENMW_PROCESSORGAMETIME_HPP #define OPENMW_PROCESSORGAMETIME_HPP
#include <apps/openmw/mwbase/world.hpp>
#include <apps/openmw/mwbase/environment.hpp>
#include "apps/openmw/mwmp/PlayerProcessor.hpp" #include "apps/openmw/mwmp/PlayerProcessor.hpp"
namespace mwmp namespace mwmp
@ -15,7 +17,7 @@ namespace mwmp
public: public:
ProcessorGameTime() ProcessorGameTime()
{ {
BPP_INIT(ID_PLAYER_CHARCLASS) BPP_INIT(ID_GAME_TIME)
} }
virtual void Do(PlayerPacket &packet, BasePlayer *player) virtual void Do(PlayerPacket &packet, BasePlayer *player)