This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Quest Helper  (Read 1219 times)

gabrielesani

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
[QUESTION] Quest Helper
« 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!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Quest Helper
« Reply #1 on: January 11, 2013, 12:01:59 pm »
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!

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

Code: [Select]
TRUNCATE TABLE `quest_poi`;
TRUNCATE TABLE `quest_poi_points`;

Restart server -> done.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

gabrielesani

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
Re: [QUESTION] Quest Helper
« Reply #2 on: January 11, 2013, 12:08:47 pm »
I love you!!!! Thanks you very much!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »