server/sql/updates/0.14/8071_01_mangos_command.sql

6 lines
393 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_8065_01_mangos_spell_proc_event required_8071_01_mangos_command bit;
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.');