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();
|
||||
|
||||
fillFields( heap );
|
||||
if (heap.type == Heap.Type.HEAP) {
|
||||
fillFields( heap.peek() );
|
||||
|
||||
} else {
|
||||
fillFields( heap );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public WndInfoItem( Item item ) {
|
||||
|
||||
Reference in New Issue
Block a user