Comment cleanup

This commit is contained in:
2024-04-26 15:43:45 -04:00
parent 46f35f0b10
commit 79e86e0a6f
+3
View File
@@ -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.