diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-10-02 21:21:31 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-12 00:16:30 +0100 |
| commit | 7db3d41a0a7f382e2841da1e76e38b4cef94e166 (patch) | |
| tree | 079466832d55cb49ca0435a14ec166cfbd6bf04e | |
| parent | 3af2082bdeb3b51844390d16ebc18d0baefe9d94 (diff) | |
DB/Conditions: Vizzklick
Closes #22555
(cherry picked from commit 1306d3fbce078bbe7d5a7456e1cf5fd84a047e96)
| -rw-r--r-- | sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql b/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql new file mode 100644 index 00000000000..1e3b63e280b --- /dev/null +++ b/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql @@ -0,0 +1,5 @@ +-- Vizzklick +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1301; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1301,1934,0,0,7,0,197,230,0,0,0,0,"","Show gossip text 1934 if player has Tailoring with skill level 230"), +(14,1301,1934,0,0,14,0,3379,0,0,0,0,0,"","Show gossip text 1934 if quest 'Shadoweaver' is not taken"); |
