WoWInterface SVN EventEquip

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

trunk/EventEquip/EventEquip.lua
239,10 → 239,12
local set = GetEquipmentSetInfo(strsub(self:GetName(),14))
OnEnter(self, set)
local items = GetEquipmentSetLocations(set)
for k,v in pairs(items) do
local _,item = EquipmentManager_GetItemInfoByLocation(v)
if item then
GameTooltip:AddLine(" - "..item,1,1,1)
for k,v in pairs(items) do --do a check for
if v ~= 0 then
local _,item = EquipmentManager_GetItemInfoByLocation(v)
-- if item then
GameTooltip:AddLine(" - "..item,1,1,1)
-- end
end
end
GameTooltip:AddLine("\nCurrently saved to...")
trunk/EventEquip/EventEquip.toc
1,7 → 1,7
## Interface: 30100
## Title: EventEquip
## Author: Seerah
## Version: 0.4
## Version: 0.4.1
## Notes: Equip item sets created by the in-game Equipment Manager based on events.
## SavedVariablesPerCharacter: EventEquipDB