diff options
author | Nay <dnpd.dd@gmail.com> | 2012-02-08 03:44:47 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-02-08 03:44:47 +0000 |
commit | 11b935da0a7d86f4475ff5abe81ff18f3a5698ad (patch) | |
tree | c20f3fdad93e24f350c4ec048c7143e9b98534fb | |
parent | 32b2fccf331e545b83e8e584a0eb4804539173c4 (diff) |
DB/Achievements: Set correct holiday id for Love is in the Air achievements
Closes #5113
Closes #642
-rw-r--r-- | sql/updates/world/2012_02_08_00_world_misc.sql (renamed from sql/updates/world/2011_02_08_00_world_misc.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2012_02_08_01_world_misc.sql | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_08_00_world_misc.sql b/sql/updates/world/2012_02_08_00_world_misc.sql index 40ce5629214..40ce5629214 100644 --- a/sql/updates/world/2011_02_08_00_world_misc.sql +++ b/sql/updates/world/2012_02_08_00_world_misc.sql diff --git a/sql/updates/world/2012_02_08_01_world_misc.sql b/sql/updates/world/2012_02_08_01_world_misc.sql new file mode 100644 index 00000000000..f02c53536ea --- /dev/null +++ b/sql/updates/world/2012_02_08_01_world_misc.sql @@ -0,0 +1 @@ +UPDATE `achievement_criteria_data` SET `value1`=423 WHERE `value1`=355 AND `type`=16 |