Download
(17 MB)
Download
Updated: 03/23/21 10:12 AM
Compatibility:
Flames of Ambition (6.3.5)
Updated:03/23/21 10:12 AM
Created:03/23/21 10:12 AM
Monthly downloads:1,057
Total downloads:33,430
Favorites:1
MD5:
Ajuste de compatibilidade com outros addons que utilizam LibAddonMenu  Popular! (More than 5000 hits)
Version: 1.3.6.8
by: Yarcnoshy [More]
Somente correção e desvinculação de biblioteca de addon que produz erro de compatibilidade sendo possivel uso de outros addons sem o erro de lib compartilhada
Post A Reply Comment Options
Unread 03/28/21, 09:16 AM  
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view AddOns

Forum posts: 655
File comments: 2022
Uploads: 15
This is just a re posted version of EsoBR
Report comment to moderator  
Reply With Quote
Unread 03/23/21, 10:28 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4989
File comments: 6040
Uploads: 78
Please do NOT use LibStub any longer! It's deprictaed and you need to use the global variables of the libraries, which replace the LibStub calls.

e.g.
Wrong:
Code:
	local LMP = LibStub("LibMediaProvider-1.0", true)
        local LAM = LibStub("LibAddonMeneu-2.0")
Correct instead:
Code:
	local LMP = LibMediaProvider
        local LAM = LibAddonMenu2
The global variables of the libraries can be found in the library's description/changelog/comments.

Please do not spread nor use LibStub any longer where not needed.
Thank you.
Last edited by Baertram : 03/23/21 at 10:29 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: