Skip to content

Commit

Permalink
Version 7.5.0.2
Browse files Browse the repository at this point in the history
Fixing missing semicolon
  • Loading branch information
ColColonCleaner committed Sep 27, 2018
1 parent d1c5e41 commit bc9d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adkats.sql
Expand Up @@ -281,7 +281,7 @@ REPLACE INTO `adkats_commands` VALUES(140, 'Active', 'player_challenge_autokill'
REPLACE INTO `adkats_commands` VALUES(141, 'Active', 'player_challenge_autokill_remove', 'Log', 'Remove Challenge AutoKill Status', 'unchallengeautokill', TRUE, 'Any');
REPLACE INTO `adkats_commands` VALUES(142, 'Active', 'player_challenge_play_remove', 'Log', 'Remove Challenge Playing Status', 'unchallengeplay', TRUE, 'Any');
REPLACE INTO `adkats_commands` VALUES(143, 'Active', 'player_challenge_ignore_remove', 'Log', 'Remove Challenge Ignoring Status', 'unchallengeignore', TRUE, 'Any');
REPLACE INTO `adkats_commands` VALUES(144, 'Invisible', 'player_challenge_complete', 'Log', 'Player Completed Challenge', 'challengecomplete', TRUE, 'Any')
REPLACE INTO `adkats_commands` VALUES(144, 'Invisible', 'player_challenge_complete', 'Log', 'Player Completed Challenge', 'challengecomplete', TRUE, 'Any');

DROP TABLE IF EXISTS `adkats_infractions_global`;
CREATE TABLE IF NOT EXISTS `adkats_infractions_global` (
Expand Down

0 comments on commit bc9d576

Please sign in to comment.