JimViebke / IslandMUD

A C++ MUD
MIT License
9 stars 3 forks source link

Limestone mineral deposits load as Limestone #186

Closed JimViebke closed 8 years ago

JimViebke commented 8 years ago

This was caused by trying to use "limestone deposit" as the XML node name. "limestone" was used as the node name, and "deposit" was used as an empty attribute.

The solution was to have all item nodes named "item" and add item_ID="limestone deposit" as an attribute.