mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 19:38:25 +00:00
Many fixes to regressions in perl and cleaning up the final interface
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#include "../common/memory_mapped_file.h"
|
||||
#include "../common/eqemu_exception.h"
|
||||
#include "../common/spdat.h"
|
||||
#include "../common/callback_manager.h"
|
||||
|
||||
#include "ZoneConfig.h"
|
||||
#include "masterentity.h"
|
||||
@@ -289,10 +288,6 @@ int main(int argc, char** argv) {
|
||||
parse->RegisterQuestInterface(perl_parser, "pl");
|
||||
#endif
|
||||
|
||||
RegisterEQCallback("OnItemInstDestroy", [](void* item) {
|
||||
quest_manager.stop_item_timers(reinterpret_cast<ItemInst*>(item));
|
||||
});
|
||||
|
||||
//now we have our parser, load the quests
|
||||
_log(ZONE__INIT, "Loading quests");
|
||||
parse->ReloadQuests();
|
||||
|
||||
Reference in New Issue
Block a user