dont try to steal bindings in combat, only ends up in errors anyway

This commit is contained in:
Hendrik Leppkes
2008-06-14 15:00:24 +00:00
parent c1622e076f
commit dd91d867b7
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ function StanceBarMod:ApplyConfig()
end
function StanceBarMod:ReassignBindings()
if InCombatLockdown() then return end
if not self.bar or not self.bar.buttons then return end
ClearOverrideBindings(self.bar)
for i = 1, min(#self.bar.buttons, 10) do