diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 03:23:53 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 03:23:53 +0100 |
| commit | 844332ca3512558152ed4fe5e2177ffedcf50f01 (patch) | |
| tree | 1e2a01ffebe1628f70b482fff835981b6f583ae5 | |
| parent | de522e5fb53d9f3d6e3985c7e118d3ce7041455e (diff) | |
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.
| -rw-r--r-- | sql/updates/world/2014_03_03_00_gossip.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_03_00_gossip.sql b/sql/updates/world/2014_03_03_00_gossip.sql new file mode 100644 index 00000000000..8ddde0d6254 --- /dev/null +++ b/sql/updates/world/2014_03_03_00_gossip.sql @@ -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 |
