diff options
| author | click <clickvd@gonnamakeyou.com> | 2011-06-26 10:35:35 +0200 |
|---|---|---|
| committer | click <clickvd@gonnamakeyou.com> | 2011-06-26 10:35:35 +0200 |
| commit | 6667277a165efaaa7115b33367ab0fb74d899ed8 (patch) | |
| tree | ecb8540569d7ee7da0a0bbacc5b891b23b220da9 /sql | |
| parent | c9a5aef06167813ba679c194183f003583f9ff3d (diff) | |
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.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_06_26_01_world_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
