View Single Post
08-09-20, 02:30 AM   #5
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
A shorter version would be telling wow to load your addon after the addon you depend on.

https://wow.gamepedia.com/TOC_format

OptionalDeps
String - A comma-separated list of addon (directory) names that should be loaded before this addon if they can be loaded.
Code:
## OptionalDeps: someAddOn, someOtherAddOn
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote