WoWInterface SVN ItemRack

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 44 to Rev 43
    Reverse comparison

Rev 44 → Rev 43

ItemRack/ItemRack.toc
1,4 → 1,4
## Interface: 70300
## Interface: 70200
## Title: ItemRack
## Author: Gello - Updated for WoW 4.0 by Kiki + Kharthus + Yewbacca
## SavedVariables: ItemRackSettings, ItemRackItems, ItemRackEvents
ItemRack/change log.txt
1,7 → 1,3
__ New in 3.03 - By Kharthus __
 
* Updates for 7.3 patch
 
__ New in 3.02 - By Kharthus __
 
* TOC update for 7.2 patch
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.03"
ItemRack.Version = "3.02"
 
ItemRackUser = {
Sets = {}, -- user's sets
1531,8 → 1531,7
--[[ Notify ]]
 
function ItemRack.Notify(msg)
-- PlaySound("GnomeExploration")
PlaySound(SOUNDKIT.IG_CHARACTER_INFO_OPEN)
PlaySound("GnomeExploration")
if SCT_Display then -- send via SCT if it exists
SCT_Display(msg,{r=.2,g=.7,b=.9})
elseif SHOW_COMBAT_TEXT=="1" then