Is there a way to delete the internal quest helper of Wow? I'm using patch 3.3.5a...
Thanks in advice!
Is there a way to delete the internal quest helper of Wow? I'm using patch 3.3.5a...
Thanks in advice!
Delete all quest_poi and quest_poi_points. You can use the following SQL query:Originally Posted by gabrielesani
Restart server -> done.Code:TRUNCATE TABLE `quest_poi`; TRUNCATE TABLE `quest_poi_points`;