This commit is contained in:
Bunny67
2020-06-28 11:21:49 +03:00
parent 91e5e32459
commit 772f3e11fe
+1 -1
View File
@@ -6589,7 +6589,7 @@ function WeakAuras.SetModel(frame, model_path, isUnit, isDisplayInfo)
if isDisplayInfo then
frame:SetDisplayInfo(tonumber(model_path))
elseif isUnit then
frame.SetUnit(model_path)
frame:SetUnit(model_path)
else
frame:SetModel(model_path)
end