Add missing Eluna call

This commit is contained in:
Antz 2020-12-20 22:34:53 +00:00
parent fcfa6bf14c
commit 696a6c4585
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F

View File

@ -184,6 +184,9 @@ void World::CleanupsBeforeStop()
KickAll(); // save and kick all players
UpdateSessions(1); // real players unload required UpdateSessions call
sBattleGroundMgr.DeleteAllBattleGrounds(); // unload battleground templates before different singletons destroyed
#ifdef ENABLE_ELUNA
Eluna::Uninitialize();
#endif
}
/// Find a session by its id