v0.9.0: fixed upgraded items in heaps not being highlighted
This commit is contained in:
@@ -39,7 +39,13 @@ public class WndInfoItem extends Window {
|
|||||||
|
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
if (heap.type == Heap.Type.HEAP) {
|
||||||
|
fillFields( heap.peek() );
|
||||||
|
|
||||||
|
} else {
|
||||||
fillFields( heap );
|
fillFields( heap );
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public WndInfoItem( Item item ) {
|
public WndInfoItem( Item item ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user