Scripts/Ahn'Kahet: Properly fixed achievement Volunteer Work

This commit is contained in:
Lopin
2011-06-25 13:33:58 +02:00
parent b6283412c6
commit a82a35c655
4 changed files with 67 additions and 22 deletions

View File

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