mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
fix wrong performance id check for dances
This commit is contained in:
@@ -299,6 +299,10 @@ public class EntertainmentService implements INetworkDispatch {
|
||||
return performances.get(name);
|
||||
}
|
||||
|
||||
public Performance getPerformanceByIndex(int index) {
|
||||
return performancesByIndex.get(index);
|
||||
}
|
||||
|
||||
public void startPerformance(CreatureObject actor, int performanceId, int performanceCounter, String skillName, boolean isDance) {
|
||||
actor.setPerformanceId(performanceId, isDance);
|
||||
actor.setPerformanceCounter(performanceCounter);
|
||||
|
||||
Reference in New Issue
Block a user