1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 21:06:43 +00:00

fixed a bug in class-part of setting initial skills

This commit is contained in:
Marc Zinnschlag 2010-09-26 09:36:15 +02:00
parent 283e0df3a0
commit 19fdd48f75

View file

@ -57,12 +57,11 @@ namespace MWMechanics
if (index>=0 && index<27) if (index>=0 && index<27)
{ {
npcStats.mSkill[i].setBase ( npcStats.mSkill[index].setBase (
npcStats.mSkill[i].getBase() + race->data.bonus[i].bonus); npcStats.mSkill[index].getBase() + race->data.bonus[i].bonus);
} }
} }
// birthsign // birthsign
// class // class