diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-07-01 19:43:35 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-07-01 19:43:35 -0230 |
| commit | 9e2083b4c8c00b06d1c4cb26e4a0b5253f6ca0d5 (patch) | |
| tree | bf22920990cbcc2968b6022a36774bc0149bbd85 /sql | |
| parent | 8d213fdea2ebb46bc4387e10e88fd00f0e87b515 (diff) | |
Core/Scripting: Update spirit of Olum to use db gossip.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_01_06_world_gossip.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_01_06_world_gossip.sql b/sql/updates/world/2013_07_01_06_world_gossip.sql new file mode 100644 index 00000000000..88dcc711c23 --- /dev/null +++ b/sql/updates/world/2013_07_01_06_world_gossip.sql @@ -0,0 +1,7 @@ +-- I sense you've cleared the path to my brethren. My connection to them and to the temple is still strong. Do you wish to delve deeper inside? +UPDATE `creature_template` SET `gossip_menu_id`=8750 WHERE `entry`=23411; +DELETE FROM `gossip_menu` WHERE `entry`=8750 AND `text_id`=11081; +INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES (8750, 11081); +DELETE FROM `gossip_menu_option` WHERE (`menu_id`=8750 AND `id`=1); +INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `box_coded`, `box_money`, `box_text`) VALUES +(8750, 1, 0, 'Take me to the other Deathsworn, Olum.', 0, 0, ''); |
