diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-08 17:38:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-08-23 22:55:58 +0200 |
| commit | 69c6c5965979477e1589aefd9670571a91411029 (patch) | |
| tree | b499e081f06e8c371e8237e775d7dfa4a9d635a9 | |
| parent | 66a16d833185e2bd445fff7b3b8e8867737e85fc (diff) | |
DB/Condition: Detonating Rune Stones
Closes #21084
(cherry picked from commit 5df0a020fa54cc658ec6ae8e5df1cecd2cf3d3dc)
| -rw-r--r-- | sql/updates/world/master/2021_08_23_06_world_2018_03_08_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_08_23_06_world_2018_03_08_03_world.sql b/sql/updates/world/master/2021_08_23_06_world_2018_03_08_03_world.sql new file mode 100644 index 00000000000..e3358c05e93 --- /dev/null +++ b/sql/updates/world/master/2021_08_23_06_world_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, "", ""); |
