Revert "Major update"

This reverts commit d37dc3e68d.
This commit is contained in:
Jaysyn904
2023-03-11 01:06:21 -05:00
parent d37dc3e68d
commit 5de4086e8e
21 changed files with 133 additions and 862 deletions

View File

@@ -349,7 +349,7 @@ int GetSpellslotLevel(int nClass, object oPC)
int nArcSpellslotLevel;
int nDivSpellslotLevel;
int i;
for(i = 1; i <= 8; i++)
for(i = 1; i <= 3; i++)
{
int nTempClass = GetClassByPosition(i, oPC);
//spellcasting prc
@@ -832,7 +832,7 @@ void CheckNewSpellbooks(object oPC)
{
WipeSpellbookHideFeats(oPC);
int i;
for(i = 1; i <= 8; i++)
for(i = 1; i <= 3; i++)
{
int nClass = GetClassByPosition(i, oPC);
int nLevel = GetLevelByClass(nClass, oPC);