Mercurial > wow > recipeprofit
changeset 4:cea137e9e8f0
Repo Updates
| author | Aaron Bregger |
|---|---|
| date | Thu, 12 Aug 2010 00:28:32 -0500 |
| parents | adaade464350 |
| children | 93d15dc2ddf5 |
| files | alliance.lua core.lua horde.lua |
| diffstat | 3 files changed, 40 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/alliance.lua Thu Aug 12 00:28:01 2010 -0500 +++ b/alliance.lua Thu Aug 12 00:28:32 2010 -0500 @@ -1,3 +1,16 @@ +--[[--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + RecipeProfit by -[@project-author@]- + + Rev: @project-revision@ + Updated: @file-date-iso@ + +--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + http://www.wrathguides.com/ + +--]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + RECIPEPROFIT_alliance = { [ 1] = {
--- a/core.lua Thu Aug 12 00:28:01 2010 -0500 +++ b/core.lua Thu Aug 12 00:28:32 2010 -0500 @@ -1,4 +1,17 @@ -local RecipeProfit = LibStub("AceAddon-3.0"):NewAddon("RecipeProfit") +--[[--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + RecipeProfit by -[@project-author@]- + + Rev: @project-revision@ + Updated: @file-date-iso@ + +--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + http://www.wrathguides.com/ + +--]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + +local RecipeProfit = LibStub("AceAddon-3.0"):NewAddon("RecipeProfit") local GatherMate = LibStub("AceAddon-3.0"):GetAddon("GatherMate") local tabletest = {} local db = {}
--- a/horde.lua Thu Aug 12 00:28:01 2010 -0500 +++ b/horde.lua Thu Aug 12 00:28:32 2010 -0500 @@ -1,3 +1,16 @@ +--[[--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + RecipeProfit by -[@project-author@]- + + Rev: @project-revision@ + Updated: @file-date-iso@ + +--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + + http://www.wrathguides.com/ + +--]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + RECIPEPROFIT_horde = { [ 1] = {
