mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core: Fix warnings
This commit is contained in:
@@ -153,7 +153,7 @@ public:
|
||||
* .deserter bg remove
|
||||
* @endcode
|
||||
*/
|
||||
static bool HandleDeserterRemove(ChatHandler* handler, char const* args, bool isInstance)
|
||||
static bool HandleDeserterRemove(ChatHandler* handler, char const* /*args*/, bool isInstance)
|
||||
{
|
||||
Player* player = handler->getSelectedPlayer();
|
||||
if (!player)
|
||||
|
||||
Reference in New Issue
Block a user