Vow of Poverty long filename fix

Vow of Poverty long filename fix.  Fixed some Saint abilities only working after equipping gear.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-12-31 17:07:09 -05:00
parent 7a4dc4dffc
commit ec23674128
6 changed files with 52 additions and 31 deletions

View File

@@ -75,7 +75,7 @@ void main()
//Call stat boost dialogue for level 7 and each 4 levels after that
AssignCommand(oPC, ClearAllActions(TRUE));
SetPersistantLocalInt(oPC,"VoPBoostCheck",nLevelCheck);
StartDynamicConversation("ft_vowofpoverty_abil", oPC, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oPC);
StartDynamicConversation("ft_vowpoverty_ab", oPC, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oPC);
}
}