mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
Fixed Typo
*Fixed typo on custom hook.
This commit is contained in:
@@ -483,9 +483,9 @@ void ScriptMgr::OnOpenStateChange(bool open)
|
||||
}
|
||||
|
||||
|
||||
void ScriptMgr::OnLoadCustomDatabeTable()
|
||||
void ScriptMgr::OnLoadCustomDatabaseTable()
|
||||
{
|
||||
FOREACH_SCRIPT(WorldScript)->OnLoadCustomDatabeTable();
|
||||
FOREACH_SCRIPT(WorldScript)->OnLoadCustomDatabaseTable();
|
||||
}
|
||||
|
||||
void ScriptMgr::OnBeforeConfigLoad(bool reload)
|
||||
|
||||
Reference in New Issue
Block a user