mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
5 lines
334 B
SQL
5 lines
334 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9651_01_mangos_quest_poi required_9656_01_mangos_command bit;
|
|
|
|
DELETE FROM command WHERE name IN ('list talents');
|
|
INSERT INTO command VALUES
|
|
('list talents',3,'Syntax: .list talents\r\n\r\nShow list all really known (as learned spells) talent rank spells for selected player or self.');
|