Merge branch 'master' of git://github.com/peterix/dfhack

develop
Simon Jackson 2010-06-16 01:06:06 +01:00
commit 8e30073d9d
1 changed files with 1 additions and 1 deletions

@ -414,7 +414,7 @@ bool Creatures::WriteSkills(const uint32_t index, const t_soul &soul)
{
uint32_t temp2 = skills[i];
p->writeDWord(temp2 + offsetof(t_skill, rating), soul.skills[i].rating);
p->writeDWord(temp2 + offsetof(t_skill, experiance), soul.skills[i].experience);
p->writeDWord(temp2 + offsetof(t_skill, experience), soul.skills[i].experience);
}
return true;