Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "BarbarianLevel", GetLevelByClass(CLASS_TYPE_BARBARIAN,GetPCSpeaker()));
|
|
}
|