Scripts/The Pit of Saron: Prevent heroic final achievement gain in normal mode

This commit is contained in:
horn
2011-08-18 22:42:32 +07:00
committed by tobmaps
parent 69433862cb
commit b7bf9045de

View File

@@ -0,0 +1,6 @@
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12747,12748,12749) AND `type`=12;
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`)
VALUES
(12747,12,1,0,''),
(12748,12,1,0,''),
(12749,12,1,0,'');