aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_11_19_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_19_00_world.sql b/sql/updates/world/2014_11_19_00_world.sql
new file mode 100644
index 00000000000..d2b188cbf69
--- /dev/null
+++ b/sql/updates/world/2014_11_19_00_world.sql
@@ -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';