mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
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:
@@ -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,'');
|
||||
Reference in New Issue
Block a user