mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01: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:
6
sql/updates/world/2014_03_03_00_gossip.sql
Normal file
6
sql/updates/world/2014_03_03_00_gossip.sql
Normal file
@@ -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