mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
fixed a bug in class-part of setting initial skills
This commit is contained in:
parent
283e0df3a0
commit
19fdd48f75
@ -57,12 +57,11 @@ namespace MWMechanics
|
||||
|
||||
if (index>=0 && index<27)
|
||||
{
|
||||
npcStats.mSkill[i].setBase (
|
||||
npcStats.mSkill[i].getBase() + race->data.bonus[i].bonus);
|
||||
npcStats.mSkill[index].setBase (
|
||||
npcStats.mSkill[index].getBase() + race->data.bonus[i].bonus);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// birthsign
|
||||
|
||||
// class
|
||||
|
Loading…
x
Reference in New Issue
Block a user