mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user