mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
@@ -0,0 +1,12 @@
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (6343, 6344, 6345, 6346, 6347);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
|
||||
(6343,6,4197,0,''), -- Wintergrasp
|
||||
(6343,1,16111,0,''), -- target Love Fool
|
||||
(6344,6,2177,0,''), -- Battle Ring
|
||||
(6344,1,16111,0,''), -- target Love Fool
|
||||
(6345,6,3421,0,''), -- Blacksmith
|
||||
(6345,1,16111,0,''), -- target Love Fool
|
||||
(6346,6,4100,0,''), -- The Culling of Stratholme
|
||||
(6346,1,16111,0,''), -- target Love Fool
|
||||
(6347,6,3456,0,''), -- Naxxramas
|
||||
(6347,1,16111,0,''); -- target Love Fool
|
||||
Reference in New Issue
Block a user