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:13:54 -0200
commit29d4afd88743adb720370a86b163f93d00a3c238 (patch)
treebd95504ba6fe88edb447014a0605fc704835c3b6
parent9ad5dce64ce97557beb55facb1f9d8fd2d032e5c (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 (cherry picked from commit 1823e2f9b822b163a7f79719e6c8d1504707292e)
-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;