Closed ProjectMoon closed 14 years ago
Races in parentheses are for players only. NPCs should have more unique short descriptions.
Fixed by adding @XmlSeeAlso annotation to class Mobile. This produces an xsi:type attribute on elements that tells JAXB if it is an NPC. By doing this, it is able to correctly instantiate an NPC object rather than a Mobile object.
Races in parentheses are for players only. NPCs should have more unique short descriptions.