Updated Upgrade Shard code

This commit is contained in:
sigonasr2 2016-08-23 18:14:43 -05:00
parent 0c149c9b4a
commit 3da2ca9dfb
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1013,6 +1013,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
meta.setLore(UPGRADE_SHARD_lore); meta.setLore(UPGRADE_SHARD_lore);
UPGRADE_SHARD.setItemMeta(meta); UPGRADE_SHARD.setItemMeta(meta);
UPGRADE_SHARD.addUnsafeEnchantment(Enchantment.LUCK, 1); UPGRADE_SHARD.addUnsafeEnchantment(Enchantment.LUCK, 1);
GenericFunctions.getUpgradeShardTier(UPGRADE_SHARD);
return new CustomItem(UPGRADE_SHARD); return new CustomItem(UPGRADE_SHARD);
} }