mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Fixed loading issue for SWGObject ODB, and removed the Creature ODB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user