WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Chamois
    from Rev 354 to Rev 405
    Reverse comparison

Rev 354 → Rev 405

Chamois.lua
73,7 → 73,7
 
local function checkmainhand()
local BlackList = { "46069","46106","46070", }
local itemID = GetInventoryItemLink("player",16):match('item:(%d+)')
local itemID = GetInventoryItemLink("player",16) and GetInventoryItemLink("player",16):match('item:(%d+)')
local BlackListItem = false
 
for k,v in pairs(BlackList) do
Chamois.toc
1,6 → 1,6
## Interface: 30100
## Title: Chamois
## Version: 2.5
## Version: 2.6
## Notes: Shaman Weaponbuff and shield reminder
## Author: Mikma
Chamois.lua
\ No newline at end of file