Stop continuous VFX when the effect is no longer active.

This commit is contained in:
scrawl 2013-11-13 15:44:43 +01:00
parent 9b0e82a37f
commit a6e2f43b75
9 changed files with 85 additions and 40 deletions

View file

@ -232,7 +232,9 @@ struct MagicEffect
SummonBear = 139,
SummonBonewolf = 140,
SummonCreature04 = 141,
SummonCreature05 = 142
SummonCreature05 = 142,
Length
};
};
}