From 4348301ecc331fc3f5dc8ff6df5be586778d9e81 Mon Sep 17 00:00:00 2001 From: Jim Whitehead Date: Sun, 16 Oct 2016 10:18:20 +0200 Subject: [PATCH] Fire bindings changed on player entering world Some spec-based bindings are being lost in between instances, this should help to mitigate that. It's difficult to reproduce without the right character/instance which I'm not able to reproduce but this should fix some of those issues. It will cause Clique to do a slight bit more work when zoning between instances, but I don't think there are any crucial points where that happens. --- Clique.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Clique.lua b/Clique.lua index fd2ff30..2f2cdfc 100755 --- a/Clique.lua +++ b/Clique.lua @@ -815,10 +815,7 @@ function addon:TalentGroupChanged() self:FireMessage("BINDINGS_CHANGED") end --- Ensure we trigger a bindings change the first time the player enters the --- world. function addon:PlayerEnteringWorld() - self:UnregisterEvent("PLAYER_ENTERING_WORLD") self:FireMessage("BINDINGS_CHANGED") end -- 1.7.9.5