Description:
Add gossip texts for:
Fix gossip option text for:
Branch(es):
3.3.5
TC rev. hash/commit:
TrinityCore rev. 59682bbd9b33 2019-02-09 21:06:09 +0100 (3.3.5 branch) (Win64, Release, Static)
TDB version: 335.64
Operating system: Windows 7
Suggested Fix:
``sql
-- Vinchaxa
UPDATE
creature_templateSET
gossip_menu_id=6424 WHERE
entry`=15070;
DELETE FROM gossip_menu
WHERE MenuID
=6424;
INSERT INTO gossip_menu
(MenuID
, TextID
, VerifiedBuild
) VALUES
(6424,7717,0);
-- Servant of the Hand
UPDATE creature_template
SET gossip_menu_id
=6425 WHERE entry
=15080;
DELETE FROM gossip_menu
WHERE MenuID
=6425;
INSERT INTO gossip_menu
(MenuID
, TextID
, VerifiedBuild
) VALUES
(6425,7718,0);
-- Rin'wosho the Trader
DELETE FROM gossip_menu_option
WHERE MenuID
=6381;
INSERT INTO gossip_menu_option
(MenuID
, OptionID
, OptionIcon
, OptionText
, OptionBroadcastTextID
, OptionType
, OptionNpcFlag
, ActionMenuID
, ActionPoiID
, BoxCoded
, BoxMoney
, BoxText
, BoxBroadcastTextID
, VerifiedBuild
) VALUES
(6381,0,1,"Let us barter, Rin'wosho. Show me what goods are available!",10441,3,128,0,0,0,0,"",0,0);
I was afraid you abandoned TC. Glad you're back ^^
@DDuarte bot is dead
Abandoning TC? NEVER!!
I just have been very busy at work, and also I'm waiting for WoW Classic to open up, so we could have plenty of info to fix everything that should be fixed.
Most helpful comment
Abandoning TC? NEVER!!
I just have been very busy at work, and also I'm waiting for WoW Classic to open up, so we could have plenty of info to fix everything that should be fixed.