mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 00:00:13 +00:00
Fix movement/warden packet noise and party kill opcode mapping
This commit is contained in:
parent
e3bb2d6744
commit
c6256b1631
9 changed files with 54 additions and 17 deletions
|
|
@ -406,7 +406,7 @@ void AuthHandler::handleRealmListResponse(network::Packet& packet) {
|
|||
|
||||
void AuthHandler::handlePacket(network::Packet& packet) {
|
||||
if (packet.getSize() < 1) {
|
||||
LOG_WARNING("Received empty packet");
|
||||
LOG_DEBUG("Received empty auth packet (ignored)");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue