mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[Eluna] Applied a load of missing hooks
This commit is contained in:
parent
253017e2eb
commit
7332173b6e
24 changed files with 462 additions and 14 deletions
|
|
@ -1985,6 +1985,10 @@ void World::ShutdownServ(uint32 time, uint32 options, uint8 exitcode)
|
|||
m_ShutdownTimer = time;
|
||||
ShutdownMsg(true);
|
||||
}
|
||||
///- Used by Eluna
|
||||
#ifdef ENABLE_ELUNA
|
||||
sEluna->OnShutdownInitiate(ShutdownExitCode(exitcode), ShutdownMask(options));
|
||||
#endif /* ENABLE_ELUNA */
|
||||
}
|
||||
|
||||
/// Display a shutdown message to the user(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue