diff options
author | Killyana <morphone1@gmail.com> | 2019-03-18 12:10:04 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 22:36:58 +0100 |
commit | 32f51f30ece78894d0fc657e320676ef46c6522a (patch) | |
tree | 3af52a310d47370c55215fe134ff29e620c72a9b | |
parent | d178186fad834b9466d3b0ac5dbfb3951536b0dd (diff) |
DB/Conditions: Add gossip conditions related to the quest A Plague Upon Thee
(cherry picked from commit 995aabe4bbbe17233376e7ee84a2ae52a82b424b)
-rw-r--r-- | sql/updates/world/master/2021_11_24_39_world_2019_03_18_01_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_39_world_2019_03_18_01_world_335.sql b/sql/updates/world/master/2021_11_24_39_world_2019_03_18_01_world_335.sql new file mode 100644 index 00000000000..8f89fa590a1 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_39_world_2019_03_18_01_world_335.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 4362 AND `ConditionTypeOrReference`=30; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`, `NegativeCondition`) VALUES +(15, 4362, 0, 0, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 0, 2, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 1, 1, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 1, 3, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1); |