diff options
author | Warpten <vertozor@gmail.com> | 2013-09-13 19:15:39 +0200 |
---|---|---|
committer | Warpten <vertozor@gmail.com> | 2013-09-13 19:15:39 +0200 |
commit | cb4bf1fd97029d7bc163759b185505944f3947a3 (patch) | |
tree | be70d896eb6817c82888a795ca815e55012f24e3 | |
parent | bd8d0cfbce9a38e0f2fc8b6903434c3553faf143 (diff) |
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.
-rw-r--r-- | sql/updates/world/2013_09_13_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |