diff options
author | Killyana <morphone1@gmail.com> | 2016-04-06 00:14:01 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 17:56:32 +0200 |
commit | 4d555daafccbc856b4cf865d1ebf9ade1ff6fa63 (patch) | |
tree | 411443da0c8931ea79ac1bfeeb29b0143d61d91b /sql | |
parent | fd9fdcd6a7c45b735b739205ad5be553cc8dd001 (diff) |
DB: Fix a DB error
(cherry picked from commit 7834d339ad83f1262bd8cd6184b9da8401faddfe)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2016_04_09_26_world_2016_04_05_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_26_world_2016_04_05_01_world.sql b/sql/updates/world/2016_04_09_26_world_2016_04_05_01_world.sql new file mode 100644 index 00000000000..eb2609af74d --- /dev/null +++ b/sql/updates/world/2016_04_09_26_world_2016_04_05_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=47320; |