Questie not loading anymore -> Fix
Posted: Sat May 03, 2025 12:55 am
This week Questie stopped working but there is an easy and fast fix just changing a single digit in a file!
Updated:
- Go to this directory inside your Solocraft folder:
_classic_era_\Interface\AddOns\Questie\Database\Corrections
- Open QuestieEvent.lua
- Go to line 237:
["Children's Week"] = {startDate = "1/5", endDate = "7/5"},
- Change that line to:
["Children's Week"] = {startDate = "1/5", endDate = "1/5"},

Updated:
- Go to this directory inside your Solocraft folder:
_classic_era_\Interface\AddOns\Questie\Database\Corrections
- Open QuestieEvent.lua
- Go to line 237:
["Children's Week"] = {startDate = "1/5", endDate = "7/5"},
- Change that line to:
["Children's Week"] = {startDate = "1/5", endDate = "1/5"},
