server: rel21_16_016
db_structure: rel21_16_44
The minor changes needed for quests "Glowing scorpid blood" and "More Glowing Scorpid Blood". Displayed level should be 60 as all the other turn-ins quests. Now it's 0.
suggested fix:
MariaDB [zero_world]> update quest_template set QuestLevel=60 where entry=8222; MariaDB [zero_world]> update quest_template set QuestLevel=60 where entry=8223;
Recommended Comments