Added call to update achievement/skill map when the quest log change event is fired.
pschifferer [11-05-09 - 17:06]
Added call to update achievement/skill map when the quest log change event is fired.
diff --git a/CauldronMain.lua b/CauldronMain.lua
index 68c849f..f18ef17 100644
--- a/CauldronMain.lua
+++ b/CauldronMain.lua
@@ -543,7 +543,8 @@ function Cauldron:OnQuestLogChanged()
self:debug("OnQuestLogChanged enter");
--@end-alpha@
--- TODO
+ -- update the achievement skill map
+ Cauldron:CreateAchievementSkillMap();
--@alpha@
self:debug("OnQuestLogChanged exit");