aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-06 18:46:28 +0100
committerRushor <PBienati@web.de>2016-02-06 18:46:28 +0100
commitaef7265a7cd097def64dd851ea8d29868e0fb58b (patch)
tree6364e3fc86f23f210b2788312baebe0eb7819c25
parent84e64ee41f7b51458cdd27d13755168995579ff1 (diff)
DB/Creature: Koren - Gossipoptionavailability
* by @Saben65 * thanks to @Saben65 for report
-rw-r--r--sql/updates/world/2016_02_06_08_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_08_world.sql b/sql/updates/world/2016_02_06_08_world.sql
new file mode 100644
index 00000000000..f0855ba348a
--- /dev/null
+++ b/sql/updates/world/2016_02_06_08_world.sql
@@ -0,0 +1,9 @@
+--
+-- DB/Creature: Koren - Gossipoptions
+DELETE FROM `gossip_menu_option` WHERE `menu_id`=7435;
+INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES
+(7435, 0, 1, 'I\'m in need of your skill as a blacksmith, Koren.', 14188, 3, 128, 0, 0, 0, 0, NULL, 0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceID` = 15 AND `SourceGroup` = 7435;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(15, 7435, 0, 0, 0, 5, 0, 967, 224, 0, 0, 0, 0, '', 'Koren - Show Vendor option if Honored Exalted with Violet Eye');