We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e100fe6 commit b511ca7Copy full SHA for b511ca7
GridCore.lua
@@ -136,7 +136,9 @@ function Grid2:OnEnable()
136
self:RegisterEvent("PLAYER_REGEN_ENABLED")
137
self:RegisterEvent("UNIT_NAME_UPDATE")
138
self:RegisterEvent("UNIT_PET")
139
- self:RegisterEvent("SPELLS_CHANGED", "UpdatePlayerDispelTypes")
+ if self.UpdatePlayerDispelTypes then
140
+ self:RegisterEvent("SPELLS_CHANGED", "UpdatePlayerDispelTypes")
141
+ end
142
if not self.isClassic then
143
self:RegisterEvent("PLAYER_SPECIALIZATION_CHANGED")
144
end
0 commit comments