vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Its possible to make Bagnon read data from other sources.
2  
3 To do this, you'll need to:
4 * Create a new addon, and copy the database folder (including ui.lua and xml) from Bagnon_Forever
5 * Modify ALL the functions in database\database.lua to read from whatever addon's data.
6 I've put all non BagnonDB functions in a seperate file for clarity, but its not absolutely necessary.
7 * Make sure you've listed Bagnon_Core and whatever addon you're reading data from as dependencies.