Shield Expertise unlearn bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Shield Expertise unlearn bug

#1 Post 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,

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Shield Expertise unlearn bug

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply