SQL: Add map difficulty limitation for the achievement added in f850baeb30
Thanks Vincent-Michael
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@ DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7612,7613);
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7612,7613);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7612,11,0,0, 'achievement_spore_loser'),
|
||||
(7613,11,0,0, 'achievement_spore_loser');
|
||||
(7612,12,0,0,''),
|
||||
(7613,11,0,0, 'achievement_spore_loser'),
|
||||
(7613,12,1,0,'');
|
||||
Reference in New Issue
Block a user