Fixed Typo
*Fixed typo on custom hook.
This commit is contained in:
parent
a5a130b95a
commit
8b1f2ece8a
3 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue