diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-04-11 23:52:50 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-04-11 23:52:50 +0200 |
| commit | f9eb3d245f908521730098f079e82551cadd43ea (patch) | |
| tree | fd4744a260b819160b853812e0525b98c43df21b /sql/updates | |
| parent | 294383fec09646ecf534b3fa84d685d26d4cd6f9 (diff) | |
| parent | 1c8486e1a84c2d1ed4355d680418a3a2e73e37dd (diff) | |
Merge pull request #14497 from tkrokli/Kodo_Roundup
[Quest] Kodo Roundup
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_03_31_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_31_00_world.sql b/sql/updates/world/2015_03_31_00_world.sql new file mode 100644 index 00000000000..e2f0d055e3b --- /dev/null +++ b/sql/updates/world/2015_03_31_00_world.sql @@ -0,0 +1,6 @@ +-- Fix for quest ID 5561, Kodo Roundup +-- Add the missing link between npc_text and gossip_menu_id : +DELETE FROM `gossip_menu` WHERE `entry`=3650 AND `text_id`=4449; +INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES (3650, 4449); +-- Link the npc_text from gossip_menu: +UPDATE `creature_template` SET `gossip_menu_id`=3650 WHERE `entry`=11627; |
