Page 1 of 1

Adventurer Class Bug (And Fix)

Posted: Thu Dec 06, 2012 2:34 pm
by Elkan
Line 85 in adventurer.lua
"unused_talent_points = 2"
Should be
"unused_talents = 2"

You've been shortchanging those poor adventurers! Shame on you ;)

And Silly me, I initially posted that in the wrong forum. tsk...

Re: Adventurer Class Bug (And Fix)

Posted: Thu Dec 06, 2012 5:17 pm
by darkgod
fixed

Re: Adventurer Class Bug (And Fix)

Posted: Thu Dec 06, 2012 5:30 pm
by MisiuPysiu
Hey DG,

You changed the code to:
"unused_talents_points = 3"
shouldn't it be
"unused_talents = 3" ?

If I understand it right, the current version doesn't change anything