Hi. all my toons start with gear that people had BEFORE I wiped the "Characters" table.. how do i fix that..
Hi. all my toons start with gear that people had BEFORE I wiped the "Characters" table.. how do i fix that..
It's a table called "playeritems". This table store the items for a players GUID. You must clean this too if you deletes a character from the database.
Example:
You got a character with GUID 1 with a few items
You delete the character from the charater table
items for GUID 1 is still left in playeritems
You create a new character, this character gets GUID 1 too, therefor the old items.
Thanks Power =)