WoWInterface SVN MyThreat

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 33 to Rev 34
    Reverse comparison

Rev 33 → Rev 34

trunk/MyThreat/MyThreat.xml
54,12 → 54,12
</Layers>
<Scripts>
<OnMouseDown>
if (arg1 == "LeftButton" and not this.lock) then
this:StartMoving();
if (button == "LeftButton" and not self.lock) then
self:StartMoving();
end
</OnMouseDown>
<OnMouseUp>
this:StopMovingOrSizing();
self:StopMovingOrSizing();
</OnMouseUp>
</Scripts>
</Frame>
trunk/MyThreat/MyThreat.lua
1,4 → 1,4
local MYTHREAT_VERSION = '1.6.3';
local MYTHREAT_VERSION = '1.6.4';
local MYTHREAT_ADJUST_VALUE = -410065408;
 
local options = {
trunk/MyThreat/MyThreat.toc
1,10 → 1,10
## Interface: 30300
## Interface: 40000
## Title: MyThreat
## Notes: Summarized threat information based on the WoW Threat API.
## Author: Brimm
## SavedVariables: MyThreatDB
## SavedVariablesPerCharacter: MyThreatDBPC
## Version: 1.6.3
## Version: 1.6.4
## X-Category: Interface Enhancements
## OptionalDeps: Ace3