Cata V17.1 Fix Quest ID : 14491 The Restless Earth Fix

Banni

Gold Supporter
Verified Member
17
2019
15
Location
Germany
Hello!

Some of you guys may already have noticed, that the quest "The Rest Earth"
is not working correctly. Its just not possible to complete the quest.

Quest 14491 : The Restless Earth

This will fix it
Execute this in your world sql

UPDATE `emucoach_v17_vip_world`.`quest_template` SET `SpecialFlags`=0 WHERE `Id`=14491;

Keep in mind, that this fix only works, if your world db is named : emucoach_v17_vip_world
If not, edit the following red marked to the correct name of your world sql database

UPDATE `emucoach_v17_vip_world`.`quest_template` SET `SpecialFlags`=0 WHERE `Id`=14491;
 
Last edited:
Top