Add missing Eluna call
This commit is contained in:
parent
fcfa6bf14c
commit
696a6c4585
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user