mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-30 22:36:11 +02:00
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:
parent
0739532c7d
commit
0f7e6f359d
4 changed files with 36 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue