Fixed Typo

*Fixed typo on custom hook.
This commit is contained in:
talamortis
2018-07-18 19:48:44 +01:00
parent a5a130b95a
commit 8b1f2ece8a
3 changed files with 5 additions and 5 deletions

View File

@@ -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)