HI!apostlite wrote:I screwed up the roster by deleting the CharacterProfiler.lua and changed the CharacterProfiler.lua.bak to CharacterProfiler.lua and uploading it. Now I have members showing up that are no longer in the guild. I deleted the CharacterProfiler.lua file went into Wow and uploaded it again, but its not changing my info. How can I blow the wowroster information out so I can just upload a new copy of my WoW download? I just want to star over fresh
DELETE FROM `roster_members` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_players` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_skills` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_items` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_quests` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_pvp2` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_recipes` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_talents` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_talenttree` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_spellbook` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_spellbooktree` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_pets` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_reputation` WHERE `member_id` IN ( 4 );
DELETE FROM `roster_mailbox` WHERE `member_id` IN ( 4 );
Return to General Support & Feedback
Users browsing this forum: No registered users and 1 guest