DB/Creature: Injured Goblin Miner conditional gossip

* This gossip option should only be available if you have the quest Bitter Departure (12831).
* by velinath
* closes #16365

(cherry picked from commit 176723f862)
This commit is contained in:
Rushor
2016-02-07 00:17:27 +01:00
committed by Shauren
parent 516c5845f7
commit 1d4c006fa9

View File

@@ -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');