Added proffessionWheelPosition delta, changed walkspeed, added skillmods

This commit is contained in:
Waverunner
2014-03-08 18:10:27 -05:00
parent b0172a87d6
commit b08b7eaae7
4 changed files with 23 additions and 2 deletions
@@ -343,6 +343,9 @@ public class PlayerObject extends IntangibleObject {
synchronized(objectMutex) {
this.professionWheelPosition = professionWheelPosition;
}
if (getContainer() != null && getContainer().getClient() != null && getContainer().getClient().getSession() != null) {
getContainer().getClient().getSession().write(messageBuilder.buildProfessionWheelPositionDelta(professionWheelPosition));
}
}
public int getExperimentationFlag() {