View Bug Report
Undone quest pins still shows after quest taken/complete
Bug #: 3093
File: Destinations
Date: 08/06/20 04:25 PM
By: Brain Drill
Status: Unconfirmed
Many quests on RU game version still shows after quest taken/complete.
Actualy many quests have different names.

As example:
Looked at ..\AddOns\Destinations\data\RU\DestinationsQuests_ru.lua

string 1171 - [4478] = {"В Холмы"}, - in-game name "К холмам"
string 1206 - [4523] = {"Заговор Кровавых шипов"},- in-game name "Заговор Кровавого Шипа"

Looked at ..\AddOns\Destinations\data\DestinationsQuestData.lua

["betnihk_base_0"] = { -- Betnikh -- (Betnikh)
{0.4950, 0.5505, 37534, 0, 0, 4478, 14466, 10005, 0},
{0.5918, 0.5268, 38251, 0, 0, 4523, 14466, 10005, 0},
}

And here questID correct, so main problem in names? Well, on official RU localization many quests have different names.

Also checked ..\SavedVariables\Destinations.lua

["QuestsDone"] =
{
[5073] = 1,
[5074] = 1,
[5075] = 1,
[5076] = 1,
[5077] = 1,
[4967] = 1,
[4997] = 1,
[4767] = 1,
[5071] = 1,
[4831] = 2,
},

Some quests marked is Done, but not all, and examples one are not.

Trying change quests name in DestinationsQuests_ru.lua after completion - quest pin still shows
Trying change quests name in DestinationsQuests_ru.lua before taken and take after - quest pin disappear

So. generaly problem in quests names. Any possibale ways to update whole RU quests list?