mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
Added Hook
* This hook can be used to cache module database tables.
This commit is contained in:
@@ -482,6 +482,12 @@ void ScriptMgr::OnOpenStateChange(bool open)
|
||||
FOREACH_SCRIPT(WorldScript)->OnOpenStateChange(open);
|
||||
}
|
||||
|
||||
|
||||
void ScriptMgr::OnLoadCustomDatabeTable()
|
||||
{
|
||||
FOREACH_SCRIPT(WorldScript)->OnLoadCustomDatabeTable();
|
||||
}
|
||||
|
||||
void ScriptMgr::OnBeforeConfigLoad(bool reload)
|
||||
{
|
||||
#ifdef ELUNA
|
||||
|
||||
Reference in New Issue
Block a user