Browse Source

Comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
79e86e0a6f
  1. 3
      src/engine/objects/ItemTemplate.java

3
src/engine/objects/ItemTemplate.java

@ -25,6 +25,9 @@ public class ItemTemplate { @@ -25,6 +25,9 @@ public class ItemTemplate {
// Cache definitions are loaded for ItemType.ITEM, ItemType,DEED
// and ItemType.RUNE.
//
// Exported JSON data is stored in db table static_item_templates
// and can be easily mass updated using tooling available on the Wiki.
//
// Always read never write!
// Use copies of fields to avoid side effects.

Loading…
Cancel
Save