WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 185 to Rev 186
    Reverse comparison

Rev 185 → Rev 186

NeedyGreedy.lua
994,8 → 994,8
{LOOT_ROLL_PASSED, "RecordChoice", {2, 1, nil, "pass"}},
{LOOT_ROLL_DISENCHANT_SELF, "RecordChoice", {1, "me", nil, "disenchant"}},
{LOOT_ROLL_DISENCHANT, "RecordChoice", {2, 1, nil, "disenchant"}},
{LOOT_ROLL_ROLLED_NEED_ROLE_BONUS, "RecordRoll", {2, 3, 1, nil}}, -- "Need Roll - %d for %s by %s + Role Bonus";
{LOOT_ROLL_ROLLED_NEED, "RecordRoll", {2, 3, 1, nil}}, -- "Need Roll - %d for %s by %s"
{LOOT_ROLL_ROLLED_NEED_ROLE_BONUS, "RecordRoll", {2, 3, 1, nil}}, -- "Need Roll - %d for %s by %s + Role Bonus";
{LOOT_ROLL_ROLLED_GREED, "RecordRoll", {2, 3, 1, nil}},
{LOOT_ROLL_ROLLED_DE, "RecordRoll", {2, 3, 1, nil}},
{LOOT_ITEM_PUSHED_SELF, "RecordReceived", {1, "me", nil, nil}},