Skip to content

Commit

Permalink
Revert "[Perl] Reload perl quests on zone bootup (#3648)"
Browse files Browse the repository at this point in the history
This reverts commit 0bbfcf7.
  • Loading branch information
Akkadius committed Oct 26, 2023
1 parent af2691e commit 1887e48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions zone/embparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ PerlembParser::~PerlembParser()
safe_delete(perl);
}

void PerlembParser::Init()
{
ReloadQuests();
}

void PerlembParser::ReloadQuests()
{
try {
Expand Down
1 change: 0 additions & 1 deletion zone/embparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class PerlembParser : public QuestInterface {

virtual void AddVar(std::string name, std::string val);
virtual std::string GetVar(std::string name);
virtual void Init() override;
virtual void ReloadQuests();
virtual uint32 GetIdentifier() { return 0xf8b05c11; }

Expand Down

0 comments on commit 1887e48

Please sign in to comment.