mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 05:49:41 -04:00
ce8462ccf9
Also output more correct messages at use .reset talents to pet --HG-- branch : trunk
7 lines
367 B
SQL
7 lines
367 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7558_01_mangos_mangos_string required_7558_02_mangos_command bit;
|
|
|
|
DELETE FROM `command` WHERE `name` IN ('learn all_mypettalents');
|
|
|
|
INSERT INTO `command` VALUES
|
|
('learn all_mypettalents',3,'Syntax: .learn all_mypettalents\r\n\r\nLearn all talents for your pet available for his creature type (only for hunter pets).');
|