Memory leak work around for perl, should play better with events that call other events now.

This commit is contained in:
KimLS
2014-03-09 17:55:24 -07:00
parent bad963ddbc
commit 2e4b4b94ed
3 changed files with 67 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ public:
void StartQuest(Mob *_owner, Client *_initiator = nullptr, ItemInst* _questitem = nullptr);
void EndQuest();
bool QuestsRunning() { return !quests_running_.empty(); }
void Process();