|
|
@ -19,7 +19,7 @@ namespace mwmp
|
|
|
|
|
|
|
|
|
|
|
|
void Do(WorldPacket &packet, Player &player, BaseEvent &event) override
|
|
|
|
void Do(WorldPacket &packet, Player &player, BaseEvent &event) override
|
|
|
|
{
|
|
|
|
{
|
|
|
|
LOG_APPEND(Log::LOG_WARN, "- action: %i", event.action);
|
|
|
|
LOG_APPEND(Log::LOG_INFO, "- action: %i", event.action);
|
|
|
|
|
|
|
|
|
|
|
|
// Until we have a timestamp-based system, send packets pertaining to more
|
|
|
|
// Until we have a timestamp-based system, send packets pertaining to more
|
|
|
|
// than one container (i.e. replies to server requests for container contents)
|
|
|
|
// than one container (i.e. replies to server requests for container contents)
|
|
|
|