Page 1 of 1

Shield Expertise unlearn bug

Posted: Tue Oct 12, 2010 8:28 pm
by edge2054

Code: Select all

    on_learn = function(self, t)
        self.combat_physresist = self.combat_physresist + 4
        self.combat_spellresist = self.combat_spellresist + 2
    end,
    on_unlearn = function(self, t)
        self.combat_physresist = self.combat_physresist + 4
        self.combat_spellresist = self.combat_spellresist + 2
    end,

Re: Shield Expertise unlearn bug

Posted: Tue Oct 12, 2010 9:02 pm
by darkgod
fixed