Added buffs, added total play time to character sheet

This commit is contained in:
Light2
2013-08-11 18:18:12 +02:00
parent 6c88d0e82a
commit fa79a8b41c
33 changed files with 516 additions and 128 deletions
@@ -36,7 +36,6 @@ public class UpdateTransformMessage extends SWGMessage {
private int movementCounter;
private byte direction;
private float speed;
private byte combatFlag;
public UpdateTransformMessage(long objectId, short x, short y, short z, int movementCounter, byte direction, float speed) {
this.objectId = objectId;