Use castle clan icon for /c <clan>

This commit is contained in:
Shaun Bennett 2015-11-26 23:15:14 -05:00
parent 5744178286
commit faaa1fcf0b

View File

@ -105,7 +105,7 @@ public class ClanWhoPage extends ClanPageBase
lore.add(C.Reset + C.cYellow + "TNT Generator " + C.cWhite + generator);
}
ShopItem shopItem = new ShopItem(ClanIcon.ALLIANCE.getMaterial(), ClanIcon.ALLIANCE.getData(), _lookupClan.getName(), lore.toArray(new String[0]), 1, false, false);
ShopItem shopItem = new ShopItem(ClanIcon.CASTLE.getMaterial(), ClanIcon.CASTLE.getData(), _lookupClan.getName(), lore.toArray(new String[0]), 1, false, false);
setItem(slot, shopItem);
}