Added class-specific exp messages for non-english languages

Fixed status effect loss message not being sent
Fixed party bug where people in the same party were considered to be in different parties
This commit is contained in:
yogurt 2018-05-28 16:28:44 -05:00
parent 0739532c7d
commit 0f7e6f359d
4 changed files with 36 additions and 18 deletions

View file

@ -967,6 +967,7 @@ namespace FFXIVClassic_Map_Server.Actors
{
StatusEffect procEffect = Server.GetWorldManager().GetStatusEffect(effectId);
procEffect.SetDuration(5);
procEffect.SetSilent(true);
statusEffects.AddStatusEffect(procEffect, this, true, true);
}
//Otherwise we're reseting a proc, remove the status