v0.3.4: fixed a typo in scroll of upgrade
This commit is contained in:
committed by
Evan Debenham
parent
6c95e48f14
commit
d7f9e2823c
@@ -44,7 +44,7 @@ public class ScrollOfUpgrade extends InventoryScroll {
|
||||
item.upgrade();
|
||||
|
||||
upgrade( curUser );
|
||||
GLog.p( Messages.get(this, "look_better", item.name()) );
|
||||
GLog.p( Messages.get(this, "looks_better", item.name()) );
|
||||
|
||||
Badges.validateItemLevelAquired( item );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user