WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Reagent_Broker
    from Rev 214 to Rev 217
    Reverse comparison

Rev 214 → Rev 217

Reagent_Broker.lua
1,4 → 1,4
reagents = {
local reagents = {
["MAGE"] = { 17031,17032,17020, }, --{ Rune of Teleportation, Rune of Portals, Arcane Powder, },
["SHAMAN"] = { 17030, }, --{ Ankh, },
["PALADIN"] = { 17033,21177, }, --{ Symbol of Divinity, Symbol of Kings, },
12,7 → 12,7
local glyphs = {
["SHAMAN"] = { 58339, }, --{ Glyph of Renewed Life, },
["DEATHKNIGHT"] = { 60200, }, --{ Glyph of Raise Dead, },
["DRUID"] = { 58288, }, --{ Glyph of Unburdened Rebirth },
["DRUID"] = { 58288, }, --{ Glyph of Unburdened Rebirth },
}
]]