Jump to content

show quest objectives


Recommended Posts

Posted

I am wondering if there is a fix, so that when players press map button and have show quest objectives toggled on it causes them to DC

Any ideas are good ideas and are appreciated.

thanks

Posted

How many entries are in your `quest_poi_points` table? there should be 56,372 if you have duplicates of the records this is causing the client crash

Edit: This is the number of records if using UDB, not sure about other databases

This can happen if you apply the UDB 390_updatepack_mangos.sql update more than once because it does not delete existing records before inserting these records, however this is not a MaNGOS bug

The easiest way to fix this (if you don't have custom content) is to DROP your mangos database only (not characters,realmd, or scriptdev) and recreate the mangos database and apply the updates one at a time

If you have custom content and do not wish to completely drop the mangos database, you will need to truncate the quest_poi_points table and re-populate the data, which you will need to extract manually from the UDB files

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use