From c0b3ad4f9a466598394ee78813b74f7402767c67 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 15 Apr 2009 21:06:04 +0000 Subject: [PATCH] Fixed the code used to detect talent changes, should work correctly now --- Clique.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clique.lua b/Clique.lua index d6ad277..6389bfd 100644 --- a/Clique.lua +++ b/Clique.lua @@ -720,7 +720,7 @@ function Clique:ShowBindings() CliqueTooltip:Show() end -function Clique:PLAYER_TALENT_UPDATE(event, newGroup, prevGroup) +function Clique:ACTIVE_TALENT_GROUP_CHANGED(event, newGroup, prevGroup) if self.db.char.switchSpec then self:Print("Detected a talent spec change, changing profile") if newGroup == 1 and self.db.char.primaryProfile then -- 1.7.9.5