diff options
| author | QAston <none@none> | 2009-06-23 15:05:40 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-23 15:05:40 +0200 |
| commit | 0c36f2ab24558cbf406e2f2be60099b453b2c3d7 (patch) | |
| tree | 4b4adceef08d9ae0ffdad74bfae3981dbf729025 /sql/updates | |
| parent | f558a785fc7998f232ea7aed28ce5380559d969a (diff) | |
[8071] Restore work .modify tp command. Allow apply it to selected
character's pet. Author: VladimirMangos.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4215_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4215_world.sql b/sql/updates/4215_world.sql new file mode 100644 index 00000000000..352596306a0 --- /dev/null +++ b/sql/updates/4215_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` IN ('modify tp'); + +INSERT INTO `command` VALUES +('modify tp',1,'Syntax: .modify tp #amount\r\n\r\nSte free talent pointes for selected character or character\'s pet. It will be reset to default expected at next levelup/login/quest reward.'); |
