workaround for a stance issue that didnt save data properly

This commit is contained in:
Hendrik Leppkes
2008-06-11 14:38:54 +00:00
parent a70c09effa
commit c1622e076f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ function ActionBar:GetStanceState(stance)
else
state = stanceconfig[stance]
end
return state
return state or 0
end
function ActionBar:GetStanceStateOption(stance)