Lua Parameter type 0 is now signed int. Type 1 in unsigned int. ShopSalesman script uses signed.

This commit is contained in:
Filip Maj 2016-01-31 12:23:12 -05:00
parent 45b9f9a064
commit fe69f069ea
3 changed files with 26 additions and 15 deletions

View file

@ -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);