Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: gabrielesani on January 11, 2013, 11:22:49 am
-
Is there any way to delete the internal wow quest helper?
I'm using Trinity Core, with Wow at version 3.3.5a.
Thanks in advice!
-
Is there any way to delete the internal wow quest helper?
I'm using Trinity Core, with Wow at version 3.3.5a.
Thanks in advice!
Delete all quest_poi and quest_poi_points. You can use the following SQL query:
TRUNCATE TABLE `quest_poi`;
TRUNCATE TABLE `quest_poi_points`;
Restart server -> done.
-
I love you!!!! Thanks you very much!