mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
fix: align turtle protocol compatibility
This commit is contained in:
parent
b0fafe5efa
commit
0b6265bc55
3 changed files with 42 additions and 33 deletions
|
|
@ -1947,6 +1947,12 @@ bool TurtlePacketParsers::parseUpdateObject(network::Packet& packet, UpdateObjec
|
|||
return this->TbcPacketParsers::parseMovementBlock(p, b);
|
||||
}, "tbc");
|
||||
}
|
||||
if (!ok) {
|
||||
ok = parseMovementVariant(
|
||||
[](network::Packet& p, UpdateBlock& b) {
|
||||
return UpdateObjectParser::parseMovementBlock(p, b);
|
||||
}, "wotlk");
|
||||
}
|
||||
break;
|
||||
case UpdateType::OUT_OF_RANGE_OBJECTS:
|
||||
case UpdateType::NEAR_OBJECTS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue