diff options
author | Killyana <morphone1@gmail.com> | 2018-03-10 16:56:35 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-10 16:56:35 +0100 |
commit | 285ec76d0d1bca466ef956114ba8075233030c91 (patch) | |
tree | 345f4c4814c7fa7e876cc27d456ac768ea3a5c0f | |
parent | 901eed782851340a1ef8b5d2e763efc24970407a (diff) |
DB/Conditions: Remove wrong condition
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_10_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_10_01_world.sql b/sql/updates/world/3.3.5/2018_03_10_01_world.sql new file mode 100644 index 00000000000..f68bc3ccc07 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_10_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (52683) AND `SourceTypeOrReferenceId`=13 AND `ConditionValue2`=28897; |