Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult = GetLevelByClass(CLASS_TYPE_DRUID, GetPCSpeaker());
|
|
return iResult;
|
|
}
|