v1.4.0: fixed incorrect text after using scroll of identify
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public class ScrollOfIdentify extends InventoryScroll {
|
|||||||
curUser.sprite.parent.add( new Identification( curUser.sprite.center().offset( 0, -16 ) ) );
|
curUser.sprite.parent.add( new Identification( curUser.sprite.center().offset( 0, -16 ) ) );
|
||||||
|
|
||||||
item.identify();
|
item.identify();
|
||||||
GLog.i( Messages.get(this, "it_is", item) );
|
GLog.i( Messages.get(this, "it_is", item.title()) );
|
||||||
|
|
||||||
Badges.validateItemLevelAquired( item );
|
Badges.validateItemLevelAquired( item );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user