From 4daafd0c938f52de7184ea72d47ed8a0db960efb Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 12 Apr 2012 13:29:22 +0200 Subject: Forgot to stage SQL from my previous commit. (.hover command) --- sql/updates/world/2012_04_12_05_world_command.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_04_12_05_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_04_12_05_world_command.sql b/sql/updates/world/2012_04_12_05_world_command.sql new file mode 100644 index 00000000000..8eb87155cb2 --- /dev/null +++ b/sql/updates/world/2012_04_12_05_world_command.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` IN(555,556); +DELETE FROM `command` WHERE `name`='hover'; -- cgit v1.2.3