Core/Achievements: Fix The Sickly Gazelle

Closes #2154
This commit is contained in:
horn
2011-07-01 19:32:41 +03:00
committed by Shocker
parent 08be81caca
commit 676967c9ac
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` = 6800;
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
(6800, 6, 3057, 0, ''),
(6800, 11, 0, 0, 'achievement_sickly_gazelle');

View File

@@ -0,0 +1 @@
DELETE FROM `disables` WHERE `sourceType` = 4 AND `entry` = 6800;