Achievements: Lightning Struck / Culling Of Time

Enable criteria for Lightning Struck (General Bjarngrim, Halls of Lightning).

DELETE FROM `disables` WHERE `sourceType` = 4 AND `entry` = 6835; DELETE FROM `achievement_criteria_data` WHERE `criteria_id` = 6835; INSERT INTO `achievement_criteria_data` (criteria_id, type, value1, value2, ScriptName) VALUES (6835, 12, 1, 0, ''), -- heroic mode only (6835, 1, 28586, 0, ''), -- creature 28586 (6835, 7, 52092, 0, ''); -- temporary eletrical charge[/sql]

Enable criteria for Culling of Time (Infinite Corruptor, Stratholme Past Timed Run)

[sql]DELETE FROM disables WHERE sourceType = 4 AND entry = 7494;
DELETE FROM achievement_criteria_data WHERE criteria_id = 7494;
INSERT INTO achievement_criteria_data (criteria_id, type, value1, value2, ScriptName) VALUES
(7494, 12, 1, 0, ‘’), – heroic mode only
(7494, 1, 32273, 0, ‘’); – creature 32273 (Infinite Corruptor)
both have been tested.