--- TopScoreFu.lua.orig 2006-12-24 09:02:29.000000000 +1100 +++ TopScoreFu.lua 2006-12-31 14:27:29.000000000 +1100 @@ -373,6 +373,10 @@ function TopScoreFu:DoesSpellExist(spell) if spell == S["Attack"] then return true + elseif class == "DRUID" then + if spell == S["Pounce Bleed"] then + spell = S["Pounce"] + end elseif class == "PALADIN" then if spell == S["Judgement of Light"] then spell = S["Seal of Light"] @@ -414,10 +418,6 @@ if UnitIsCharmed("player") then return end - local alpha = string.find(spell, "%s*%(") - if alpha ~= nil then - spell = string.sub(spell, alpha - 1) - end if self.db.char.hits[spell] == false then return elseif self.db.char.hits[spell] == nil then