fix(core): Converts MobileUpdate packet (#369)
- [X] Converts mobile update packet
This commit is contained in:
parent
3d98e6e193
commit
9d4161b3e4
7 changed files with 72 additions and 106 deletions
|
|
@ -473,8 +473,7 @@ namespace Server.Network
|
|||
return;
|
||||
}
|
||||
|
||||
state.Send(new MobileUpdate(from, state.StygianAbyss));
|
||||
|
||||
state.SendMobileUpdate(from);
|
||||
state.Send(new MobileIncoming(state, from, from));
|
||||
|
||||
from.SendEverything();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue