diff --git a/game/modules/tome/data/talents/celestial/glyphs.lua b/game/modules/tome/data/talents/celestial/glyphs.lua index 8458c4c3bcac4f91995ca81c58ab9bb24c07be2d..b6230e9c0c69fa36dd7a41ae6aa4c34db683fa27 100644 --- a/game/modules/tome/data/talents/celestial/glyphs.lua +++ b/game/modules/tome/data/talents/celestial/glyphs.lua @@ -52,7 +52,9 @@ newTalent{ return false end, triggered = function(self, x, y, who) - who:setEffect(who.EFF_DAZED, self.dam, {}) + if who:canBe("stun") then + who:setEffect(who.EFF_DAZED, self.dam, {}) + end return true end, temporary = t.getDuration(self, t),