mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 04:48:16 +02:00
Lua Parameter type 0 is now signed int. Type 1 in unsigned int. ShopSalesman script uses signed.
This commit is contained in:
parent
45b9f9a064
commit
fe69f069ea
3 changed files with 26 additions and 15 deletions
|
@ -192,6 +192,7 @@ namespace FFXIVClassic_Lobby_Server
|
|||
//Update Position
|
||||
case 0x00CA:
|
||||
//Update Position
|
||||
//subpacket.debugPrintSubPacket();
|
||||
UpdatePlayerPositionPacket posUpdate = new UpdatePlayerPositionPacket(subpacket.data);
|
||||
player.updatePlayerActorPosition(posUpdate.x, posUpdate.y, posUpdate.z, posUpdate.rot, posUpdate.moveState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue