diff options
author | Rushor <PBienati@web.de> | 2016-02-07 00:17:27 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-07 00:17:27 +0100 |
commit | 176723f862ac1ad380bdda8814b8390ebea126ff (patch) | |
tree | 28fbaa17ce19a186d89ae82c8086bf6456744993 | |
parent | 0b6ce672173f554cb43606b53d6b3b083ee4c7ef (diff) |
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
-rw-r--r-- | sql/updates/world/2016_02_07_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_07_00_world.sql b/sql/updates/world/2016_02_07_00_world.sql new file mode 100644 index 00000000000..5a49f8fd310 --- /dev/null +++ b/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'); |