Link: http://www.wowhead.com/achievement=211
This achievement is easly fixed by changing the script associated to the criteria from ‘achievement_storm_glory’ to ‘achievement_bg_control_all_nodes’. Tested and works. Also AchievementCriteriaScript ‘achievement_storm_glory’ in ‘achievement_scripts.cpp’ can be removed.
-- Suggested Fix for Achievement Storm Glory
UPDATE `achievement_criteria_data` SET `ScriptName`= 'achievement_bg_control_all_nodes' WHERE `criteria_id`=3693;[/sql]
Closes #1522
Edited by Malcrom to comply with TC SQL standards.