feat(Core/Compression): Move packets compression from map to network thread (#18602)
* feat(Code/Compression): Move packets compression from map to network thread. * Code style fix * Remove unicode letter
This commit is contained in:
parent
3ff8de2086
commit
73340b94e3
14 changed files with 122 additions and 118 deletions
|
|
@ -99,7 +99,7 @@ void VisibleNotifier::SendToSelf()
|
|||
return;
|
||||
|
||||
WorldPacket packet;
|
||||
i_data.BuildPacket(&packet);
|
||||
i_data.BuildPacket(packet);
|
||||
i_player.GetSession()->SendPacket(&packet);
|
||||
|
||||
for (std::vector<Unit*>::const_iterator it = i_visibleNow.begin(); it != i_visibleNow.end(); ++it)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue