2025/09/14 Update

Updated readme
Updated PRC8 includes
This commit is contained in:
Jaysyn904
2025-09-14 13:48:12 -04:00
parent 5be8398033
commit cc110a9dd3
15 changed files with 240 additions and 89 deletions

View File

@@ -400,5 +400,4 @@ int GetBestAvailableSpell(object oTarget)
if(nBestSpell == 99999) nBestSpell = GetBestL1Spell(oTarget, nBestSpell);
if(nBestSpell == 99999) nBestSpell = GetBestL0Spell(oTarget, nBestSpell);
return nBestSpell;
}
}