mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Scripts/The Pit of Saron: Prevent heroic final achievement gain in normal mode
This commit is contained in:
@@ -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,'');
|
||||
Reference in New Issue
Block a user