WoWInterface SVN MacroTalk

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

MacroTalk/readme.txt
1,4 → 1,4
MacroTalk - v1.8
MacroTalk - v1.8.1
By Cogwheel
 
MacroTalk provides extended chat command support especially useful for macros.
142,6 → 142,9
 
Changes:
 
v1.8.1
- Fixed a stray global in MacroTalk.lua
 
v1.8
- The ic and icb suffixes now insert the appropriate codes to send texture links
instead of just the name of the icons.
MacroTalk/MacroTalk.lua
3,7 → 3,7
 
function MacroTalk_InBattleground()
for i = 1, MAX_BATTLEFIELD_QUEUES do
status = GetBattlefieldStatus(i)
local status = GetBattlefieldStatus(i)
if status == "active" then
return true
end