WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   PTR UI Bugs (https://www.wowinterface.com/forums/forumdisplay.php?f=176)
-   -   Duplicate Function in UIParent.lua (https://www.wowinterface.com/forums/showthread.php?t=56309)

thomasjohnshannon 06-25-18 05:39 AM

Duplicate Function in UIParent.lua
 
Not really a bug but you have a duplicate function in UIParent.lua starting at line 911.

Lua Code:
  1. function ToggleCommunitiesFrame()
  2.     Communities_LoadUI();
  3.     ToggleFrame(CommunitiesFrame);
  4. end
  5.  
  6. function ToggleCommunitiesFrame()
  7.     Communities_LoadUI();
  8.     ToggleFrame(CommunitiesFrame);
  9. end


PS: You also have FACTION_BAR_COLORS declared as a global in two locations. It can be found in ReputationFrame.lua and ReputationBar.lua.

TSquared 06-25-18 03:25 PM

Thanks for the info!


All times are GMT -6. The time now is 02:04 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI