mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user