WoWInterface SVN ZoneTimer

Compare Revisions

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

Rev 4 → Rev 5

trunk/ZoneTimer/ZoneTimer.lua
3,15 → 3,14
--------------------------------------------------------------------------
--[[
 
-- Author
Ryan "Gryphon" Snook (rsnook@gmail.com)
"Allied Tribal Forces" of "US - Mal'Ganis - Alliance".
www.AlliedTribalForces.com
-- Author
Ryan "Gryphon" Snook (rsnook@gmail.com)
http://ryan.snook.cc
 
-- Request
Please do not re-release this AddOn as "Continued", "Resurrected", etc...
if you have updates/fixes/additions for it, please contact me. If I am
no longer active in WoW I will gladly pass on the maintenance to someone
no longer active in WoW I will gladly pass on the maintenance to someone
else, however until then please assume I am still active in WoW.
 
-- AddOn Description
31,7 → 30,7
1.10 - Cleaning house, general maintenance and reorganization.
1.00 - Initial Release
 
-- SVN info
-- SVN info
$Id$
$Rev$
$LastChangedBy$
65,11 → 64,9
end
end
 
--Event Driver
if (not ZoneTimerFrame) then
CreateFrame("Frame", "ZoneTimerFrame")
end
ZoneTimerFrame:Hide()
--Frame Scripts
ZoneTimerFrame:SetScript("OnEvent", ZoneTimer_OnEvent)
ZoneTimerFrame:RegisterEvent("PLAYER_LEAVING_WORLD")
\ No newline at end of file