mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
6 lines
393 B
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.');
|