mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix shutdown crash
This commit is contained in:
@@ -376,7 +376,7 @@ void Eluna::OnWorldUpdate(uint32 diff)
|
||||
{
|
||||
{
|
||||
LOCK_ELUNA;
|
||||
if (reload)
|
||||
if (ShouldReload())
|
||||
_ReloadEluna();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user