forked from teamnwah/openmw-tes3coop
[Server] Fix ID in ProcessorContainer
This commit is contained in:
parent
f5600c508f
commit
9ecc70d17c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace mwmp
|
||||||
public:
|
public:
|
||||||
ProcessorContainer()
|
ProcessorContainer()
|
||||||
{
|
{
|
||||||
BPP_INIT(ID_VIDEO_PLAY)
|
BPP_INIT(ID_CONTAINER)
|
||||||
}
|
}
|
||||||
|
|
||||||
void Do(WorldPacket &packet, Player &player, BaseEvent &event) override
|
void Do(WorldPacket &packet, Player &player, BaseEvent &event) override
|
||||||
|
|
Loading…
Reference in a new issue