From cb4bf1fd97029d7bc163759b185505944f3947a3 Mon Sep 17 00:00:00 2001 From: Warpten Date: Fri, 13 Sep 2013 19:15:39 +0200 Subject: Scripts/Ruby Sanctum: (Possibly) fixed Twilight Mending. I don't have the computer to even compile a core, please report back. My logics shouldn't be wrong here from what I can read on the wiki. Ref #10016. --- sql/updates/world/2013_09_13_00_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_09_13_00_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2013_09_13_00_world_conditions.sql b/sql/updates/world/2013_09_13_00_world_conditions.sql new file mode 100644 index 00000000000..8f8dc774e54 --- /dev/null +++ b/sql/updates/world/2013_09_13_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ElseGroup`=2 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=75509; -- cgit v1.2.3