diff options
author | Killyana <morphone1@gmail.com> | 2020-01-19 22:30:19 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-19 22:30:19 +0100 |
commit | a249044700f0c44e54b77ced39a8e1ae86d30cf5 (patch) | |
tree | 40b3325ef5a09d3d4d6749477c39b1d502b9c621 | |
parent | c1580108f62257334cb4fecfffeea4e7a8296567 (diff) |
DB: Missing change in the previous commit
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_19_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_19_04_world.sql b/sql/updates/world/3.3.5/2020_01_19_04_world.sql new file mode 100644 index 00000000000..f3f53b8a934 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_19_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (8879,8870); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,8879,0,0,48,11221,1,0,0,0,'','Only show gossip option 0 if player has if player has quest objective 11221 active'), +(15,8870,0,0,48,11221,0,0,0,0,'','Only show gossip option 0 if player has if player has quest objective 11221 active'); |