Forum > Serverside Modding

[QUESTION] Quest Helper

(1/1)

gabrielesani:
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!

stoneharry:

--- Quote from: "gabrielesani" ---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!
--- End quote ---

Delete all quest_poi and quest_poi_points. You can use the following SQL query:


--- Code: ---TRUNCATE TABLE `quest_poi`;
TRUNCATE TABLE `quest_poi_points`;
--- End code ---

Restart server -> done.

gabrielesani:
I love you!!!! Thanks you very much!

Navigation

[0] Message Index

Go to full version