From 52d5de1a7f980193d0d2598f86596cca2dad0de4 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 25 Oct 2015 00:22:21 +0200 Subject: Core/Conditions: Phase condtion changes * SourceGroup defines which phase should the condition affect * SourceEntry limits the area of the phase (alternatively 0 means all areas) --- sql/updates/world/2015_10_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_25_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_25_00_world.sql b/sql/updates/world/2015_10_25_00_world.sql new file mode 100644 index 00000000000..440e98db1a3 --- /dev/null +++ b/sql/updates/world/2015_10_25_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `conditions` SET `SourceGroup`=`SourceEntry` WHERE `SourceTypeOrReferenceId`=26; +UPDATE `conditions` SET `SourceEntry`=0 WHERE `SourceTypeOrReferenceId`=26; -- cgit v1.2.3