WoWInterface SVN PVPTimer

Compare Revisions

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

Rev 4 → Rev 5

PVPTimer/PVPTimer.lua
1,5 → 1,5
--[[
PVP Timer 0.02b by EVmaker
PVP Timer 0.03 by EVmaker
 
A simple mod to display the remaining time left on the players flagged PVP timer either in its own window,
or in a LDB Displayer (Titan, Fubar, etc..)
10,7 → 10,7
local debugMode = false;
local PVPT_updateInterval = 1.0;
local PVPT_defaultSettings = {
["Version"] = "0.02b",
["Version"] = "0.03",
["OnOff"] = true,
["ShowWindow"] = true
}
32,7 → 32,7
-- Declare the global variables
PVPT_whatTimer = "wait";
PVPT_Settings = {
["Version"] = "0.02b";
["Version"] = "0.03";
["OnOff"] = true,
["ShowWindow"] = true
}
PVPTimer/readme.txt
1,7 → 1,7
Readme for PVP Timer, a World of Warcraft Mod.
----
 
Version 0.02b
Version 0.03
PVP Timer by EVmaker
 
A simple mod to display the remaining time left on the players flagged PVP timer either in its own window,