Forsaker / Saint / Vow of Poverty interaction fixes

Forsaker / Saint / Vow of Poverty interaction fixes.  Renamed Pyro Conflagration constant.  Removed depreciated PRC4 archive.  Updated release archive.
This commit is contained in:
Jaysyn904
2025-01-04 23:33:07 -05:00
parent a8c707e987
commit b6cc854fab
13 changed files with 71 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ void main()
if(!GetIsReactionTypeFriendly(oTarget))
{
//Fire cast spell at event for the specified target
PRCSignalSpellEvent(oTarget, TRUE, SPELL_CONFLAGRATION);
PRCSignalSpellEvent(oTarget, TRUE, SPELL_PYRO_CONFLAGRATION);
fDelay = PRCGetSpellEffectDelay(lTarget, oTarget);