We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc534a1 commit f10c480Copy full SHA for f10c480
src/QueueListCache_SC.cpp
@@ -66,7 +66,11 @@ class QueueListCache_Command : public CommandScript
66
class QueueListCache_World : public WorldScript
67
{
68
public:
69
- QueueListCache_World() : WorldScript("QueueListCache_World") { }
+ QueueListCache_World() : WorldScript("QueueListCache_World", {
70
+ WORLDHOOK_ON_BEFORE_CONFIG_LOAD,
71
+ WORLDHOOK_ON_STARTUP,
72
+ WORLDHOOK_ON_UPDATE
73
+ }) { }
74
75
void OnBeforeConfigLoad(bool reload) override
76
0 commit comments