From 6667277a165efaaa7115b33367ab0fb74d899ed8 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 26 Jun 2011 10:35:35 +0200 Subject: Core/Commands: Remove deprecated command for modifying pet training points (.pet tp) - removed in patch 3.0.2 and replaced with talentpoints (command for adjusting that already exists). Closes #135. --- sql/updates/world/2011_06_26_01_world_command.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_06_26_01_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_26_01_world_command.sql b/sql/updates/world/2011_06_26_01_world_command.sql new file mode 100644 index 00000000000..d5ac88cfc4c --- /dev/null +++ b/sql/updates/world/2011_06_26_01_world_command.sql @@ -0,0 +1 @@ +DELETE FROM `command` WHERE `name`='pet tp'; -- cgit v1.2.3