Fixed animation & buff window shows for recipient

This commit is contained in:
Waverunner
2013-11-11 18:46:59 -05:00
parent cc24adeea6
commit 330c06c93c
7 changed files with 212 additions and 87 deletions
@@ -713,10 +713,10 @@ public class CreatureObject extends TangibleObject implements IPersistent {
synchronized(objectMutex) {
this.currentAnimation = currentAnimation;
}
//Animation animation = new Animation(getObjectId(), currentAnimation);
//ObjControllerMessage objController = new ObjControllerMessage(0x1B, animation);
Animation animation = new Animation(getObjectId(), currentAnimation);
ObjControllerMessage objController = new ObjControllerMessage(0x1B, animation);
//notifyObservers(objController, true);
notifyObservers(objController, true);
notifyObservers(messageBuilder.buildCurrentAnimationDelta(currentAnimation), true);