[Quests] Reload Quests on Bootup, Init earlier (#4298)

* [Quests] Reload Perl quests on bootup, init earlier

* Do reload on top of init
This commit is contained in:
Chris Miles
2024-05-04 19:57:16 -05:00
committed by GitHub
parent 6dd061cba2
commit f07c5901f4
3 changed files with 9 additions and 1 deletions
+5
View File
@@ -223,6 +223,11 @@ PerlembParser::~PerlembParser()
safe_delete(perl);
}
void PerlembParser::Init()
{
ReloadQuests();
}
void PerlembParser::ReloadQuests()
{
try {