Fixed Oozemaster levelup bug

Fixed Oozemaster levelup bug.  Updated release.
This commit is contained in:
Jaysyn904
2023-10-13 17:56:40 -04:00
parent a9b6f70ca4
commit 74bb2fdd56
3 changed files with 4 additions and 4 deletions

View File

@@ -1122,8 +1122,8 @@ const int FEAT_KORD_SPELLCASTING_CLERIC=26048;
const int FEAT_MORNINGLORD_SPELLCASTING_CLERIC=26049;
const int FEAT_MYSTIC_THEURGE_SPELLCASTING_CLERIC=26050;
const int FEAT_OLLAM_SPELLCASTING_CLERIC=26051;
const int FEAT_OOZEMASTER_SPELLCASTING_CLERIC=26052;
const int FEAT_ORCUS_SPELLCASTING_CLERIC=26053;
const int FEAT_OOZEMASTER_SPELLCASTING_CLERIC=26053;
const int FEAT_ORCUS_SPELLCASTING_CLERIC=26052;
const int FEAT_PSYCHIC_THEURGE_SPELLCASTING_CLERIC=26054;
const int FEAT_RUBY_VINDICATOR_SPELLCASTING_CLERIC=26055;
const int FEAT_RUNECASTER_SPELLCASTING_CLERIC=26056;