mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
[Perl] Reload perl quests on zone bootup (#3648)
Perl wasn't implementing quest interface's Init which is called by Zone::Bootup. This should fix zone's that were in standby not using the latest version of perl plugin scripts.
This commit is contained in:
@@ -205,6 +205,11 @@ PerlembParser::~PerlembParser()
|
||||
safe_delete(perl);
|
||||
}
|
||||
|
||||
void PerlembParser::Init()
|
||||
{
|
||||
ReloadQuests();
|
||||
}
|
||||
|
||||
void PerlembParser::ReloadQuests()
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user