Removed useless XP reward text

Removed useless XP reward text.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-10-21 22:58:02 -04:00
parent 6685b7ca0d
commit d9e8a25bbf
17 changed files with 2 additions and 26 deletions

View File

@@ -368,7 +368,7 @@ void GiveXP(object oKiller, int nXPToGive, float fKillerBonus, int nDiff, int nP
{
if (FLOATING_TEXT)
{
DelayCommand(0.1, FloatingTextStringOnCreature(IntToString(nXPToGive)+"XP", oParty, FALSE));
//DelayCommand(0.1, FloatingTextStringOnCreature(IntToString(nXPToGive)+"XP", oParty, FALSE));
}
if (REWARD_GP)
{