mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
refactor(Scripts/Commands): convert cs_learn & cs_player to new system (#9050)
This commit is contained in:
committed by
GitHub
parent
b1f038336d
commit
4a69d1fc07
@@ -25,9 +25,9 @@ namespace Acore
|
||||
// Used in player/character commands
|
||||
namespace PlayerCommand
|
||||
{
|
||||
bool HandleLearnSpellCommand(ChatHandler* handler, Player* targetPlayer, uint32 spell, char const* all);
|
||||
bool HandleUnlearnSpellCommand(ChatHandler* handler, Player* targetPlayer, uint32 spell, char const* all);
|
||||
bool HandleLearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
bool HandleUnlearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
};
|
||||
};
|
||||
|
||||
#endif // _PLAYER_COMMAND_H
|
||||
#endif // _PLAYER_COMMAND_H
|
||||
|
||||
Reference in New Issue
Block a user