From c82599ebb99d0ffdcd76d90240990dfeae1e8065 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 20 Jan 2010 14:23:47 -0700 Subject: * Wintergrasp removal -- part 4: "How deep does the cancer run?" --HG-- branch : trunk --- sql/updates/7128_world_command.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7128_world_command.sql (limited to 'sql/updates') 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%'; -- cgit v1.2.3