diff options
| author | Vincent-Core <Vincent_Michael@gmx.de> | 2012-01-18 12:37:34 +0100 |
|---|---|---|
| committer | Vincent-Core <Vincent_Michael@gmx.de> | 2012-01-18 12:37:34 +0100 |
| commit | d3422169f0010289a371b072e3ab36807411dfcb (patch) | |
| tree | 0380e380bab5af25dff662ec0036dab24df18345 /sql | |
| parent | afc0d72761e8ceb7e733d1f2fe16a52eb4f01f1b (diff) | |
Core/Achievements:
- Fixed achievement "The Alterac Blitz" in Alterac Valley
- Fixed achievement "Let's Get This Done" in Arathi Basin
- Fixed achievement "Flurry" in Eye of the Storm
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_01_18_00_world_achievement_criteria_data.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_18_00_world_achievement_criteria_data.sql b/sql/updates/world/2012_01_18_00_world_achievement_criteria_data.sql new file mode 100644 index 00000000000..a9c2781d57f --- /dev/null +++ b/sql/updates/world/2012_01_18_00_world_achievement_criteria_data.sql @@ -0,0 +1,5 @@ +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (1237,1240,1241); +INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES +(1237, 0, 0, 0, ''), -- Achievement: Let's Get This Done +(1240, 0, 0, 0, ''), -- Achievement: Flurry +(1241, 0, 0, 0, ''); -- Achievement: The Alterac Blitz |
