mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 23:38:54 -04:00
DB/Gossip: Add missing texts
Note: https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.cpp needs to be moved into db.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `box_coded`, `box_money`, `box_text`) VALUES
|
||||
(7849, 0, 0, 'Strange wizard?', 0, 0, ''),
|
||||
(8391, 1, 0, 'Take me back to my time.', 0, 0, '');
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(7849, 9610); -- 18887
|
||||
Reference in New Issue
Block a user