aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-10-25 00:22:21 +0200
committerShauren <shauren.trinity@gmail.com>2015-10-25 00:22:21 +0200
commit52d5de1a7f980193d0d2598f86596cca2dad0de4 (patch)
tree644d1d250119f7646bc1adc3bba367201dbd4616 /sql
parent51e1d28668cc893089ceb3fa6f5aa2a045af560f (diff)
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)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_10_25_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;