diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-08 17:38:20 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-03-08 17:38:20 +0100 |
| commit | 5df0a020fa54cc658ec6ae8e5df1cecd2cf3d3dc (patch) | |
| tree | 8ce2276ad5baf0f97e03272149189724e45fa282 | |
| parent | 1564eb8234d6a4b5c73113c342913e064514b3c3 (diff) | |
DB/Condition: Detonating Rune Stones
Closes #21084
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_08_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_08_03_world.sql b/sql/updates/world/3.3.5/2018_03_08_03_world.sql new file mode 100644 index 00000000000..e3358c05e93 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_08_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceEntry` IN (34387) AND `SourceTypeOrReferenceId`=13; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(13, 2, 34387, 0, 0, 31, 0, 3, 19652, 0, 0, 0, 0, "", ""), +(13, 2, 34387, 0, 1, 31, 0, 3, 19717, 0, 0, 0, 0, "", ""); |
