Fix Didn't Stand a Chance achievement

This commit is contained in:
Shocker
2011-07-05 01:48:03 +03:00
committed by Kandera
parent afd9c28d8e
commit ff85ebe632
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `achievement_criteria_data` WHERE criteria_id = 7703;
INSERT INTO `achievement_criteria_data` VALUES
(7703, 6, 4197, 0, ''),
(7703, 11, 0, 0, 'achievement_wg_didnt_stand_a_chance');

View File

@@ -0,0 +1 @@
DELETE FROM `disables` WHERE `entry` = 7703 AND `sourceType` = 4;