Skip to content

Commit

Permalink
DB/Creature: Koren - Gossipoptionavailability
Browse files Browse the repository at this point in the history
* by @Saben65
* thanks to @Saben65 for report

(cherry picked from commit aef7265)
  • Loading branch information
Rushor authored and Shauren committed Apr 2, 2016
1 parent cb6dade commit f3fda53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/2016_04_02_27_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');

0 comments on commit f3fda53

Please sign in to comment.