Beispiel #1
0
 //Update a items stat fields to 0
 public static void updateClearStats(Item item)
 {
     ItemUpdater.clearStats(item);
 }
Beispiel #2
0
 //Update a item's RandomProperty column in the DB
 public static void updateItemRandomProperty(Item item, int itemEnchantmentTableEntry)
 {
     ItemUpdater.updateRandomProperty(item, itemEnchantmentTableEntry);
 }