Page 1 of 1

?5972?wrath of the woods

Posted: Fri Dec 07, 2012 8:25 pm
by jinsediaoying
The describtion said the bouns is 12%, but the actual bouns that shown on the charactor sheet is 8%

Re: ?5972?wrath of the woods

Posted: Fri Dec 07, 2012 8:56 pm
by tiger_eye
Good catch. The description was buffed, but not the effect.

Code: Select all

diff --git a/game/modules/tome/data/talents/misc/races.lua b/game/modules/tome/data/talents/misc/races.lua
index a34291e..d76cf63 100644
--- a/game/modules/tome/data/talents/misc/races.lua
+++ b/game/modules/tome/data/talents/misc/races.lua
@@ -268,7 +268,7 @@ newTalent{
        cooldown = function(self, t) return 50 - self:getTalentLevel(t) * 5 end,
        tactical = { ATTACK = 1, DEFEND = 1 },
        action = function(self, t)
-               self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=7 + self:getWil(10, true)})
+               self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=10 + self:getWil(10, true)})
                return true
        end,
        info = function(self, t)