mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
Fixed gcc warnings
This commit is contained in:
@@ -41,6 +41,7 @@ char* command_finder(const char* text, int state)
|
||||
|
||||
while (idx < cmd.size())
|
||||
{
|
||||
ret = cmd[idx].Name;
|
||||
if (!cmd[idx].AllowConsole)
|
||||
{
|
||||
++idx;
|
||||
|
||||
Reference in New Issue
Block a user