View Single Post
03-25-19, 01:19 PM   #8
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Lua Code:
  1. hooksecurefunc(MultiBarRight, "SetScale", function(self, scale)
  2.     if scale < 1 then self:SetScale(1) end
  3. end)

I have been using this since 8.0, never meet a taint issue.
  Reply With Quote