WoWInterface SVN ItemRack

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 50 to Rev 49
    Reverse comparison

Rev 50 → Rev 49

trunk/ItemRack/change log.txt
1,7 → 1,3
__ New in 3.06 - By Kharthus __
 
* Fixes for 8.0 patch
 
__ New in 3.05 - By Kharthus __
 
* Fixes for off-hand artifact weapons (Thanks oscarucb)
trunk/ItemRack/ItemRack.lua
3,7 → 3,7
local disable_delayed_swaps = nil -- temporary. change nil to 1 to stop attempting to delay set swaps while casting
local _
 
ItemRack.Version = "3.06"
ItemRack.Version = "3.05"
 
ItemRackUser = {
Sets = {}, -- user's sets
191,7 → 191,7
 
function ItemRack.OnCastingStart(self,event,unit)
if unit=="player" then
local _,_,_,startTime,endTime = UnitCastingInfo("player")
local _,_,_,_,startTime,endTime = UnitCastingInfo("player")
if endTime-startTime>0 then
ItemRack.NowCasting = 1
end
1294,11 → 1294,11
function ItemRack.IsPlayerReallyDead()
local dead = UnitIsDeadOrGhost("player")
if select(2,UnitClass("player"))=="HUNTER" then
if GetLocale()=="enUS" and AuraUtil.FindAuraByName("Feign Death", "player") then
if GetLocale()=="enUS" and UnitAura("player","Feign Death") then
return nil
else
for i=1,40 do
if select(2,UnitBuff("player",i))==GetFileIDFromPath("Interface\\Icons\\Ability_Rogue_FeignDeath") then
for i=1,24 do
if select(3,UnitBuff("player",i))=="Interface\\Icons\\Ability_Rogue_FeignDeath" then
return nil
end
end
trunk/ItemRack/ItemRack.toc
1,4 → 1,4
## Interface: 80000
## Interface: 70300
## Title: ItemRack
## Author: Gello - Updated for WoW 4.0 by Kiki + Kharthus + Yewbacca
## SavedVariables: ItemRackSettings, ItemRackItems, ItemRackEvents