aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-10-29 16:59:53 +0100
committerKillyana <morphone1@gmail.com>2017-10-29 16:59:53 +0100
commit534afe35ab30e32fc4e764a5103c5527e7d5fb38 (patch)
tree5e6d4fb4a0125cde12c0856a8b2eb606cad351fa /sql
parentaa03f587fe9375d9696711bfd107aa8a6d301f2b (diff)
DB/Gossip: Sputtervalve
Updates #19756
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_10_29_06_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_29_06_world_335.sql b/sql/updates/world/3.3.5/2017_10_29_06_world_335.sql
new file mode 100644
index 00000000000..cd248c26d1d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_29_06_world_335.sql
@@ -0,0 +1,6 @@
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=21;
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=21 AND `SourceEntry`=0;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,21,519,0,0,8,0,894,0,0,1,0,0,"","Show gossip text if Samophlange not rewarded"),
+(15,21,0,0,0,8,0,894,0,0,1,0,0,"","Show gossip option if Samophlange not rewarded");