Support for initial Fated Support Box.

This commit is contained in:
MobiusDev
2016-08-12 13:01:18 +00:00
parent 6b5d5c3856
commit 3a060a730a
3 changed files with 141 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ import handlers.itemhandlers.EnchantAttribute;
import handlers.itemhandlers.EnchantScrolls;
import handlers.itemhandlers.EventItem;
import handlers.itemhandlers.ExtractableItems;
import handlers.itemhandlers.FatedSupportBox;
import handlers.itemhandlers.FishShots;
import handlers.itemhandlers.Harvester;
import handlers.itemhandlers.ItemSkills;
@@ -474,6 +475,7 @@ public class MasterHandler
EnchantScrolls.class,
EventItem.class,
ExtractableItems.class,
FatedSupportBox.class,
FishShots.class,
Harvester.class,
ItemSkills.class,