workaround for a stance issue that didnt save data properly
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ function ActionBar:GetStanceState(stance)
|
||||
else
|
||||
state = stanceconfig[stance]
|
||||
end
|
||||
return state
|
||||
return state or 0
|
||||
end
|
||||
|
||||
function ActionBar:GetStanceStateOption(stance)
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ local abdefaults = {
|
||||
alt = 0,
|
||||
shift = 0,
|
||||
stance = {
|
||||
['**'] = {
|
||||
['*'] = {
|
||||
['*'] = 0,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user