diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-10 18:11:13 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-12-31 23:23:50 +0100 |
| commit | 88bc1e8a39689db6ca04158cad43735f150345bc (patch) | |
| tree | c3d61da17314cb95f8710d81d3fd917d65947c70 | |
| parent | b020740b92899ed7f5c94231bb37ed809417919c (diff) | |
DB/Gossip: Bor Wildmane
Closes #20580
(cherry picked from commit 87cc3c9ff10334bd4f9d7aa5ecd378c5efd20f1b)
| -rw-r--r-- | sql/updates/world/master/2020_11_06_04_world_2017_10_10_08_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_11_06_04_world_2017_10_10_08_world_335.sql b/sql/updates/world/master/2020_11_06_04_world_2017_10_10_08_world_335.sql new file mode 100644 index 00000000000..c10059222f1 --- /dev/null +++ b/sql/updates/world/master/2020_11_06_04_world_2017_10_10_08_world_335.sql @@ -0,0 +1,5 @@ +-- Bor Wildmane +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 6583; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,6583,7839,0,0,8,0,8361,0,0,0,0,0,"","Show Gossip Menu Text 7839 if Quest 'Abyssal Contacts' is rewarded"), +(14,6583,7839,0,0,5,0,609,224,0,0,0,0,"","Show Gossip Menu Text 7839 if player is honored, revered or exalted with Cenarion Circle"); |
