Scripts/The Pit of Saron

* Prevent normal final achievements gain in heroic mode
* Prevent achievement Doesn't Go to Eleven gain in normal mode
This commit is contained in:
tobmaps
2011-08-18 23:07:29 +07:00
parent b7bf9045de
commit b4ee9ebfc8

View File

@@ -0,0 +1,7 @@
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12740,12741,12744,12993) AND `type`=12;
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`)
VALUES
(12740,12,0,0,''),
(12741,12,0,0,''),
(12744,12,0,0,''),
(12993,12,1,0,'');