aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-01-20 14:23:47 -0700
committerBrian <runningnak3d@gmail.com>2010-01-20 14:23:47 -0700
commitc82599ebb99d0ffdcd76d90240990dfeae1e8065 (patch)
tree8e861c076af19761ea6cf19ebe4a9e06b662242a /sql/updates
parent81548313359384b50474bb6ad97d22f63ba71c20 (diff)
* Wintergrasp removal -- part 4: "How deep does the cancer run?"
--HG-- branch : trunk
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%';