aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7128_world_command.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7128_world_command.sql b/sql/updates/7128_world_command.sql
new file mode 100644
index 00000000000..958c3b53e34
--- /dev/null
+++ b/sql/updates/7128_world_command.sql
@@ -0,0 +1,2 @@
+-- Remove Wintergrasp commands from command table
+DELETE FROM `command` WHERE `name` LIKE '%wg%';