mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
Core/Misc Created handler for character creation (#562)
This commit is contained in:
@@ -570,6 +570,7 @@ void AddSC_outdoorpvp_gh();
|
||||
|
||||
// player
|
||||
void AddSC_chat_log();
|
||||
void AddSC_character_creation();
|
||||
|
||||
#endif
|
||||
|
||||
@@ -642,6 +643,7 @@ void AddWorldScripts()
|
||||
AddSC_npc_taxi();
|
||||
AddSC_achievement_scripts();
|
||||
AddSC_chat_log();
|
||||
AddSC_character_creation();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user