feat(Core\Player): Added createplayerinfo_cast_spell support cast spell for some class spells (#9448)
This commit is contained in:
parent
2789d5b877
commit
1500453f59
6 changed files with 81 additions and 69 deletions
|
|
@ -28,7 +28,6 @@ void AddSC_npcs_special();
|
|||
void AddSC_npc_taxi();
|
||||
void AddSC_achievement_scripts();
|
||||
void AddSC_chat_log(); // location: scripts\World\chat_log.cpp
|
||||
void AddSC_character_creation();
|
||||
void AddSC_action_ip_logger(); // location: scripts\World\action_ip_logger.cpp
|
||||
void AddSC_player_scripts();
|
||||
void AddSC_npc_stave_of_ancients();
|
||||
|
|
@ -49,7 +48,6 @@ void AddWorldScripts()
|
|||
AddSC_npc_taxi();
|
||||
AddSC_achievement_scripts();
|
||||
AddSC_chat_log(); // location: scripts\World\chat_log.cpp
|
||||
AddSC_character_creation();
|
||||
AddSC_action_ip_logger(); // location: scripts\World\action_ip_logger.cpp
|
||||
AddSC_player_scripts();
|
||||
AddSC_npc_stave_of_ancients();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue