WoWInterface SVN MorgDKP

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 35 to Rev 36
    Reverse comparison

Rev 35 → Rev 36

trunk/MorgDKP/MorgDKP.lua
16,7 → 16,7
 
MorgDKP = AceLibrary("AceAddon-2.0"):new("AceEvent-2.0", "AceHook-2.1", "AceConsole-2.0","AceComm-2.0", "AceDB-2.0")
 
MorgDKP.version = "7.01"
MorgDKP.version = "7.02"
MorgDKP.commPrefix = "MorgDKP"
MorgDKP.commVersion = 6.2
 
trunk/MorgDKP/MorgDKP.toc
1,6 → 1,6
## Interface: 20400
## Author: Morgalm & Fryguy
## Title: MorgDKP - |cffffffffv|r|cff00ff007.01|r
## Title: MorgDKP - |cffffffffv|r|cff00ff007.02|r
## Notes: Inspects all members of raid and saves in database, as well as lists people's dkp values
## DefaultState: 1
## SavedVariables: MorgDKPDB, MorgDKPFuBarDB
trunk/MorgDKP/BidQuery.lua
622,7 → 622,7
 
function MorgDKP:OnWaitWhisper(sender, action, member)
action = string.upper(action)
if string.upper(sender) == string.upper(member) then member = nil end
if member and string.upper(sender) == string.upper(member) then member = nil end
local POOL = self.db.account.defaults.raid
local main = self:CheckforAlias(sender, POOL)
if action == "WAIT" or action == "WAIT+" then