diff --git a/src/QueueListCache_SC.cpp b/src/QueueListCache_SC.cpp index ab5b292..76227b7 100644 --- a/src/QueueListCache_SC.cpp +++ b/src/QueueListCache_SC.cpp @@ -66,7 +66,11 @@ class QueueListCache_Command : public CommandScript class QueueListCache_World : public WorldScript { public: - QueueListCache_World() : WorldScript("QueueListCache_World") { } + QueueListCache_World() : WorldScript("QueueListCache_World", { + WORLDHOOK_ON_BEFORE_CONFIG_LOAD, + WORLDHOOK_ON_STARTUP, + WORLDHOOK_ON_UPDATE + }) { } void OnBeforeConfigLoad(bool reload) override {