2026/05/20 Update

Background system cleanup.
This commit is contained in:
Jaysyn904
2026-05-20 10:03:40 -04:00
parent dc174e1aaa
commit 0fc4ec3324
62 changed files with 10754 additions and 255 deletions

View File

@@ -1,4 +1,4 @@
#include "prc_effect_inc"
void main()
{
@@ -7,7 +7,7 @@ void main()
if (GetHasSpellEffect(nSpellID, oPC))
{
PRCRemoveSpellEffects(nSpellID, oPC, oPC);
RemoveSpellEffects(nSpellID, oPC, oPC);
}
else
{