Bugfix: Removed "always on top" from quest spell shop.

This commit is contained in:
Doublestrike
2012-03-07 08:51:38 +00:00
parent 5abb75145f
commit 1f5e031acd

View File

@@ -180,7 +180,6 @@ public class SubmenuQuestUtil {
final QuestCardShop g = new QuestCardShop(AllZone.getQuestData()); final QuestCardShop g = new QuestCardShop(AllZone.getQuestData());
g.show(exit); g.show(exit);
g.setAlwaysOnTop(true);
g.setVisible(true); g.setVisible(true);
} }