Fixed loading issue for SWGObject ODB, and removed the Creature ODB

This commit is contained in:
Obique
2014-08-08 20:53:11 -05:00
parent bc8f2544ee
commit 61d699010b
4 changed files with 7 additions and 52 deletions
@@ -204,6 +204,9 @@ public class CreatureObject extends TangibleObject implements Serializable {
public CreatureObject() {
super();
messageBuilder = new CreatureMessageBuilder(this);
System.out.println("Name: " + getCustomName());
System.out.println(" Cash Credits: " + cashCredits);
System.out.println(" Bank Credits: " + bankCredits);
}
@Override