WoWInterface SVN AutoReply

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

trunk/AutoReply.toc
1,7 → 1,7
## Interface: 40300
## Author: Animor
## Title: Animor's AutoReply
## Version: 0.9.02
## Version: 0.9.03
## Notes: Auto reply whispers in specific combat related situations.
## OptionalDeps: Ace3, Recount, LibDataBroker-1.1
## X-Embeds: Ace3, LibDataBroker-1.1
trunk/BossFight.lua
186,6 → 186,7
-- self:Print(eventname)
if self.bossEngaged and (self.db.profile.raidEn or self.db.profile.dungeonEn) then
-- self:Print("CheckBossKill")
-- if self:AllBossesDead() or self:GroupSurvived() then
if self:AllBossesDead() then
-- self:Print("boss fight: kill")
self.numKilledBosses = self.numKilledBosses + 1