diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-08-25 22:18:19 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-09-25 15:22:55 +0200 |
commit | 2623b2bcc7c73f57cd8f6f06275ad06c87fbb40b (patch) | |
tree | 194691477578e5addb6d89b280a1556f7a8b6df3 | |
parent | 21d74d75bca00b3fbe1b89d1d4020b1e681e706a (diff) |
DB/Misc: Enable achievement The Culling of Time
By sirikfoll.
(cherry picked from commit f2aa95c3503fe936f08d9fcc3c7f76f8bfcd8b36)
-rw-r--r-- | sql/updates/world/2015_09_25_09_world_2015_08_25_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_25_09_world_2015_08_25_01.sql b/sql/updates/world/2015_09_25_09_world_2015_08_25_01.sql new file mode 100644 index 00000000000..f261acf71e7 --- /dev/null +++ b/sql/updates/world/2015_09_25_09_world_2015_08_25_01.sql @@ -0,0 +1,2 @@ +-- Achievement The Culling of Time +DELETE FROM `disables` WHERE `entry`=7494 AND `sourceType`=4; |