Merge pull request #6490 from Vincent-Michael/notEvenAScratch

Battleground/Strand of the Ancients: Fix Achievement: Not Even a Scratch
This commit is contained in:
Subv
2012-07-01 14:10:36 -07:00
4 changed files with 42 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
DELETE FROM `disables` WHERE `entry` IN (7626,7634) AND `sourceType`=4;
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7626,7634);
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
(7626, 11, 0, 0, 'achievement_not_even_a_scratch'),
(7634, 11, 0, 0, 'achievement_not_even_a_scratch');