mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Check for PreventMovement flag in BattleNpcController
Fix typos in some effect scripts
This commit is contained in:
parent
905cbf7d3c
commit
a92ece58c1
4 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,6 @@ end;
|
|||
function onCommandFinish(effect, owner, skill, actionContainer)
|
||||
--27259: Light Shot
|
||||
if skill.id == 27259 then
|
||||
defender.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
|
||||
owner.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
|
||||
end
|
||||
end;
|
Loading…
Add table
Add a link
Reference in a new issue