diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java
index bb39397ea..2e8f25917 100644
--- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java
+++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java
@@ -22,6 +22,7 @@ import com.watabou.utils.Random;
 public class WandOfFrost extends Wand {
 
 	{
+		name = "Wand of Frost";
 		image = ItemSpriteSheet.WAND_FROST;
 	}