|
|
toeshred wrote:What about a name change? Should be extremely simple as there are no attributes or database entries that go along with it (unlike a race, gender, or faction).
Would be something like:
UPDATE characters SET name="newname" WHERE name="oldname";
|