Skip to content

Commit

Permalink
watching PARTY_MEMBER_DISABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 15, 2019
1 parent cb1d10f commit 51f76a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Aptechka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@ function Aptechka.PLAYER_LOGIN(self,event,arg1)
end

self:RegisterEvent("UNIT_PHASE")
self:RegisterEvent("PARTY_MEMBER_ENABLE")
self:RegisterEvent("PARTY_MEMBER_DISABLE")
self.PARTY_MEMBER_ENABLE = self.UNIT_PHASE
self.PARTY_MEMBER_DISABLE = self.UNIT_PHASE

self:RegisterEvent("INCOMING_SUMMON_CHANGED")
self:RegisterEvent("PLAYER_ENTERING_WORLD")

Expand Down

0 comments on commit 51f76a6

Please sign in to comment.