*Removed first attempt code Charm of Vigor code.

This commit is contained in:
Hellfish
2013-11-23 09:43:57 +00:00
parent 33dd245131
commit b5686bcd2f

View File

@@ -122,15 +122,6 @@ public class SSubmenuQuestUtil {
view.getCbxPet().setVisible(false);
}
}
if (iSlot == 2) {
if (petList.isEmpty()) {
view.getCbCharm().setVisible(false);
}
else {
view.getCbCharm().setVisible(true);
view.getCbCharm().setSelected(currentPetName != null);
}
}
}
if (view.equals(VSubmenuChallenges.SINGLETON_INSTANCE)) {