Scripts/Naxxramas: Fixed achievement Just Can't Get Enough

This commit is contained in:
Lopin
2011-08-20 12:16:25 +02:00
parent b838aad7d0
commit feb3d9ce20
4 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
UPDATE `creature_template` SET `AIName`='', `ScriptName`='npc_kelthuzad_abomination' WHERE `entry`=16428;
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=16428;
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7614, 7615) AND `type`=11;
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`)
VALUES
(7614,11,0,0,'achievement_just_cant_get_enough'),
(7615,11,0,0,'achievement_just_cant_get_enough');
DELETE FROM `disables` WHERE `entry` IN (7614, 7615);