DB/Commands: Fix 2 commands permisions

Closes #13592
This commit is contained in:
Aokromes
2014-11-19 11:34:29 +01:00
parent 898ecf7222
commit c21ed95d5d

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `command` WHERE `name`='pvpstats';
INSERT INTO `command` (`name`, `permission`, `help`) VALUES
('pvpstats', 797, 'Shows number of battleground victories in the last 7 days');
UPDATE `command` SET `permission`=798 WHERE `name`='modify xp';