mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12065] Fix various warnings
This commit is contained in:
parent
5f4d61928f
commit
84080ee5d3
27 changed files with 91 additions and 89 deletions
|
|
@ -144,7 +144,7 @@ bool ChatHandler::HandleAHBotRebuildCommand(char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleAHBotReloadCommand(char* args)
|
||||
bool ChatHandler::HandleAHBotReloadCommand(char* /*args*/)
|
||||
{
|
||||
if (sAuctionBot.ReloadAllConfig())
|
||||
{
|
||||
|
|
@ -6384,7 +6384,7 @@ ComeToMe command REQUIRED for 3rd party scripting library to have access to Poin
|
|||
Without this function 3rd party scripting library will get linking errors (unresolved external)
|
||||
when attempting to use the PointMovementGenerator
|
||||
*/
|
||||
bool ChatHandler::HandleComeToMeCommand(char* args)
|
||||
bool ChatHandler::HandleComeToMeCommand(char* /*args*/)
|
||||
{
|
||||
Creature* caster = getSelectedCreature();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue