mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 03:37:48 +00:00
Pass result container to effect script when effect times out
This commit is contained in:
parent
1f3c98312c
commit
a99a129d9a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||||
// remove effects from this list
|
// remove effects from this list
|
||||||
foreach (var effect in removeEffects)
|
foreach (var effect in removeEffects)
|
||||||
{
|
{
|
||||||
RemoveStatusEffect(effect);
|
RemoveStatusEffect(effect, resultContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
resultContainer.CombineLists();
|
resultContainer.CombineLists();
|
||||||
|
|
Loading…
Add table
Reference in a new issue