--- deliantra/server/server/commands.C 2010/04/10 04:54:09 1.66 +++ deliantra/server/server/commands.C 2010/04/11 00:34:06 1.67 @@ -187,7 +187,7 @@ { csp = find_command_element (command, Commands, CommandsSize); - if (!csp && QUERY_FLAG (pl, FLAG_WIZ)) + if (!csp && pl->flag [FLAG_WIZ]) csp = find_command_element (command, WizCommands, WizCommandsSize); if (csp)