fix: Adds studded armor to warrior template when making new character. (#740)
This commit is contained in:
parent
3bfd5c4d3e
commit
244fc6a136
1 changed files with 7 additions and 1 deletions
|
|
@ -1002,7 +1002,13 @@ namespace Server.Misc
|
|||
}
|
||||
else
|
||||
{
|
||||
EquipItem(new LeatherChest());
|
||||
EquipItem(new Bascinet());
|
||||
EquipItem(new StuddedGorget());
|
||||
EquipItem(new StuddedChest());
|
||||
EquipItem(new StuddedArms());
|
||||
EquipItem(new StuddedGloves());
|
||||
EquipItem(new StuddedLegs());
|
||||
EquipItem(new ThighBoots());
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue