mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix(Misc): correct Eluna::Uninitialize (#84)
This commit is contained in:
@@ -904,6 +904,10 @@ public:
|
|||||||
void OnShutdown() override
|
void OnShutdown() override
|
||||||
{
|
{
|
||||||
sEluna->OnShutdown();
|
sEluna->OnShutdown();
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnAfterUnloadAllMaps() override
|
||||||
|
{
|
||||||
Eluna::Uninitialize();
|
Eluna::Uninitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user