diff options
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.'); |
