During the serialization refactoring, I noticed that it's not possible to change the alias of a wand: it is always the same as the name after saving. This is due to a stupid mistake in its export
method (it saves the name twice instead of saving the name and alias both once).