mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Saylinks] In-Memory Saylink Lookups (#1644)
* Implement saylink memory lookups (performance) * Ignore commands
This commit is contained in:
@@ -392,6 +392,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
event_scheduler.SetDatabase(&database)->LoadScheduledEvents();
|
||||
|
||||
EQ::SayLinkEngine::LoadCachedSaylinks();
|
||||
|
||||
#ifdef BOTS
|
||||
LogInfo("Loading bot commands");
|
||||
int botretval = bot_command_init();
|
||||
|
||||
Reference in New Issue
Block a user