Core/Commands: Warning fix

This commit is contained in:
Shauren
2013-05-24 20:05:41 +02:00
parent 590133c2b0
commit f6241a07a3
+1 -1
View File
@@ -150,7 +150,7 @@ class CliHandler : public ChatHandler
// overwrite functions
const char *GetTrinityString(int32 entry) const;
bool isAvailable(ChatCommand const& cmd) const;
bool HasPermission(uint32 permission) const { return true; }
bool HasPermission(uint32 /*permission*/) const { return true; }
void SendSysMessage(const char *str);
std::string GetNameLink() const;
bool needReportToTarget(Player* chr) const;