DB/Achievements: Fix Subtraction Achievement

fixes #1198
This commit is contained in:
mark07
2011-04-11 20:48:04 +02:00
committed by ZxBiohazardZx
parent 72040c1654
commit 75a280e703

View File

@@ -0,0 +1,7 @@
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7608,7609);
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7608,7609);
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
(7608,12,0,0, ''),
(7608,13,8,0, ''),
(7609,12,1,0, ''),
(7609,13,20,0, '');