2025/12/21 Update

Hooked up new GUI module event.
Updated PRC8 includes.
This commit is contained in:
Jaysyn904
2025-12-21 12:46:07 -05:00
parent 923725c447
commit 804a1fdf58
81 changed files with 4448 additions and 518 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;
}
}