fix note bubbles for dance (both for starting and stopping)

This commit is contained in:
darkk1138
2013-12-09 10:36:21 +01:00
parent 51207c5803
commit 93ba62cd4f
3 changed files with 7 additions and 3 deletions
@@ -1428,6 +1428,8 @@ public class CreatureObject extends TangibleObject implements IPersistent {
sendSystemMessage("@performance:" + type + "_stop_self",(byte)0);
notifyAudience("@performance:" + type + "_stop_other");
getClient().getSession().write(messageBuilder.buildPerformanceId(performanceId));
getClient().getSession().write(messageBuilder.buildPerformanceCounter(performanceCounter));
getClient().getSession().write(messageBuilder.buildStartPerformance(false));
}