PDA

Просмотр полной версии : Fix Dual Talent


zhanhang02
25.06.2011, 07:28
UPDATE `gossip_menu_option` SET `option_id`= 18, `box_money` = 10000000 WHERE `option_text`= "Learn about Dual Talent Specialization.";
UPDATE `gossip_menu_option` SET `box_text`='Are you sure you wish to purchase a Dual Talent Specialization?' WHERE `option_id` =18;


only for tc.

There may be other loss, hope the administrator can make the whole.

NeatElves
25.06.2011, 10:53
The database holds all, core:
https://github.com/TrinityCore/TrinityCore/commit/3de42791ee0343696586137d385f53bcc46ebd90

zhanhang02
25.06.2011, 11:02
You sure?

NeatElves
25.06.2011, 11:06
Если это оно
http://trinity-core.ru/showthread.php?t=5998

zhanhang02
25.06.2011, 11:21
Ytdb `option_id`= 1, it does not work, when you set the `option_id` = 18 after normal use.

action_script_id has been deleted, so can not use gossip_scripts.

edit:

menu_id : 10371

NeatElves
25.06.2011, 11:37
http://www.ytdb.ru/showthread.php?t=10934

zhanhang02
25.06.2011, 12:15
Yes, this is a more simple way to fix.
Thx.