mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
Fixed Typo
*Fixed typo on custom hook.
This commit is contained in:
@@ -246,7 +246,7 @@ class WorldScript : public ScriptObject
|
||||
virtual void OnAfterConfigLoad(bool /*reload*/) { }
|
||||
|
||||
// Called when loading custom database tables
|
||||
virtual void OnLoadCustomDatabeTable() { }
|
||||
virtual void OnLoadCustomDatabaseTable() { }
|
||||
|
||||
// Called before the world configuration is (re)loaded.
|
||||
virtual void OnBeforeConfigLoad(bool /*reload*/) { }
|
||||
@@ -1135,7 +1135,7 @@ class ScriptMgr
|
||||
|
||||
public: /* WorldScript */
|
||||
|
||||
void OnLoadCustomDatabeTable();
|
||||
void OnLoadCustomDatabaseTable();
|
||||
void OnOpenStateChange(bool open);
|
||||
void OnBeforeConfigLoad(bool reload);
|
||||
void OnAfterConfigLoad(bool reload);
|
||||
|
||||
Reference in New Issue
Block a user