[Server] Fix ID in ProcessorContainer

This commit is contained in:
Koncord 2017-04-03 05:49:23 +08:00
parent f5600c508f
commit 9ecc70d17c

View file

@ -14,7 +14,7 @@ namespace mwmp
public:
ProcessorContainer()
{
BPP_INIT(ID_VIDEO_PLAY)
BPP_INIT(ID_CONTAINER)
}
void Do(WorldPacket &packet, Player &player, BaseEvent &event) override