With this diff your guildname and partyname will be shown with fakename too.
As example it helps if you write a easy title system that uses fakename.
Nothing special but can be useful for someone. I actually made it because the old
one was outdated.
fakename.diff
For one player, all?
update storage set refine = 0 where refine = 10;
update mail set refine = 0 where refine = 10;
update guild_storage set refine = 0 where refine = 10;
update inventory set refine = 0 where refine = 10;
update cart_inventory set refine = 0 where refine = 10;
execute this when your server is offline