My main reason for the renaming:
* this table does not contain any character related data. About the clarity, there is a table named "account_data" this table does almost the same thing as character_tutorial:
* keep track of account specific info for the current realm. This to me makes no sence to have 2 tables with different pretext that do the same:
* account_data * character_tutorial In my view all tables that store the same (related) data, should for the sake of consistency have the same pretext example:
* account_ (data, tutorial) * arena_ (team, team_member, team_stats) * character_ (achievement, achievement_progress, action, etc) * etc My C++ skills are louzy so the patch i created could use cleanups.
Hoping i could clarify my view and reasoning.
Etznab