20255/12/24 Update

Hooked up new GUI module event.
Updated PRC includes.
Updated nasher.cfg.
This commit is contained in:
Jaysyn904
2025-12-24 10:54:41 -05:00
parent e76c3a2766
commit 49717be63d
82 changed files with 4475 additions and 523 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;
}
}