aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-10-30 20:09:37 -0200
committerNyeriah <sarah.trysan@live.com>2014-10-30 20:09:37 -0200
commit1823e2f9b822b163a7f79719e6c8d1504707292e (patch)
treecae2b26f84cdd1a80c194b681daece2c6c6cf079
parent398068e3de4d5cd353eaf3348a2d7d58a8257473 (diff)
DB/Achievement: Remove unneeded criteria data for "A Tribute to Immortality"
Required team is already checked from dbc on criteria update Closes #4622 Thanks to @joschiwald
-rw-r--r--sql/updates/world/2014_10_30_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_30_02_world.sql b/sql/updates/world/2014_10_30_02_world.sql
new file mode 100644
index 00000000000..a3de351d578
--- /dev/null
+++ b/sql/updates/world/2014_10_30_02_world.sql
@@ -0,0 +1 @@
+DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12358, 12359) AND `type` = 14;