Files
pfUI/modules
shagu 28875d51de nameplates: satisfy outdated versions of omnicc
Old versions of OmniCC doesn't check the existance of frame names of unknown
foreign objects before accessing them:

    cooldown.textFrame.icon =
      --standard action button icon, $parentIcon
      getglobal(cooldown:GetParent():GetName() .. "Icon") or
      --standard item button icon,  $parentIconTexture
      getglobal(cooldown:GetParent():GetName() .. "IconTexture") or
      --discord action button, $parent_Icon
      getglobal(cooldown:GetParent():GetName() .. "_Icon");

Code like this leads to errors such as: 'attempt to concatenate a nil value'.

By this commit every single debuff icon of the pfUI nameplates will now have
a frame name. That doesn't fix the OmniCC root cause, but makes at least the
pfUI/ShaguPlates no longer responsible for showing it up...
2021-01-09 01:36:16 +01:00
..
2020-08-15 19:29:24 +02:00
2017-07-19 10:35:01 +02:00
2020-08-15 19:29:24 +02:00
2020-02-29 17:50:35 +01:00
2020-06-15 19:13:56 +02:00
2020-06-14 22:52:36 +02:00
2020-08-15 19:29:24 +02:00
2020-12-06 20:14:24 +01:00
2020-08-15 19:29:24 +02:00
2020-08-15 19:29:24 +02:00
2020-09-12 17:42:25 +02:00