Scripts/Ulduar: Fixed achievement But I'm on Your Side!

This commit is contained in:
Lopin
2011-06-27 18:43:14 +02:00
parent 1c04403866
commit 537fc18be3

View File

@@ -0,0 +1,11 @@
DELETE FROM `disables` WHERE `entry` IN (10088,10089,10418,10419,10420,10421);
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (10088,10089,10418,10419,10420,10421) AND `type`=11;
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`)
VALUES
(10088,5,58501,0,''),
(10089,5,58501,0,''),
(10418,5,58501,0,''),
(10419,5,58501,0,''),
(10420,5,58501,0,''),
(10421,5,58501,0,'');