diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-08-25 22:18:19 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-08-25 22:18:19 +0200 |
commit | f2aa95c3503fe936f08d9fcc3c7f76f8bfcd8b36 (patch) | |
tree | 8e1193683a2162a2447d628f85ab2d973f7952d6 | |
parent | e94d03130cb63eb337e82c57610fbb073442d7c6 (diff) |
DB/Misc: Enable achievement The Culling of Time
By sirikfoll.
-rw-r--r-- | sql/updates/world/2015_08_25_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_08_25_01_world.sql b/sql/updates/world/2015_08_25_01_world.sql new file mode 100644 index 00000000000..f261acf71e7 --- /dev/null +++ b/sql/updates/world/2015_08_25_01_world.sql @@ -0,0 +1,2 @@ +-- Achievement The Culling of Time +DELETE FROM `disables` WHERE `entry`=7494 AND `sourceType`=4; |