mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
Command show really know by selected player talent ranks, including bugged cases like 2 rank same talent known and etc. Also command claculated count of talents and total used talent points cost of known talent ranks. Can be helpful in bug debuging and cheating cases.
7 lines
367 B
SQL
7 lines
367 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9656_01_mangos_command required_9656_02_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry in (1135,1136);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(1135,'List known talents:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1136,' (Found talents: %u used talent points: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|