mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Attempts to fix loot bugs
This commit is contained in:
@@ -229,7 +229,8 @@ public class AIActor {
|
||||
}
|
||||
|
||||
public void doStateAction(byte result) {
|
||||
|
||||
CreatureObject creature = this.getCreature();
|
||||
System.out.println("AI creature.getPosture() " + creature.getPosture() + " result " + result + " getCurrentState " + getCurrentState().getClass().getName());
|
||||
switch(result) {
|
||||
|
||||
case StateResult.DEAD:
|
||||
|
||||
Reference in New Issue
Block a user