From d573bd2fe7c71db3ae866ba11955988882dc18e6 Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 2 Mar 2016 10:48:04 -0300 Subject: Core/Conditions: Improved mergeability between branches --- sql/updates/world/2016_99_99_99_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_99_99_99_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_99_99_99_world_335.sql b/sql/updates/world/2016_99_99_99_world_335.sql new file mode 100644 index 00000000000..e7a9f60e790 --- /dev/null +++ b/sql/updates/world/2016_99_99_99_world_335.sql @@ -0,0 +1,3 @@ +-- +-- Only for 3.3.5! +UPDATE `conditions` SET `ConditionTypeOrReference`=42 WHERE `ConditionTypeOrReference`=41; -- cgit v1.2.3