Skip to content

Commit

Permalink
DB/Creature: Injured Goblin Miner conditional gossip
Browse files Browse the repository at this point in the history
* This gossip option should only be available if you have the quest Bitter Departure (12831).
* by velinath
* closes #16365
  • Loading branch information
Rushor committed Feb 6, 2016
1 parent 0b6ce67 commit 176723f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2016_02_07_00_world.sql
@@ -0,0 +1,5 @@
--
-- Creature: Injured Goblin Miner conditional gossip
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceID` = 15 AND `SourceGroup` = 9859 AND `SourceEntry` = 0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(15,9859,0,0,0,9,0,12832,0,0,0,0,'','Injured Goblin Miner - Show gossip option 0 if player has taken quest ID 12832');

0 comments on commit 176723f

Please sign in to comment.