mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-24 05:37:46 +00:00
Add DoAction to raise so it at least plays the animation
This commit is contained in:
parent
eb949a8602
commit
4e054ca947
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ end;
|
|||
|
||||
--Not sure how raise works yet.
|
||||
function onSkillFinish(caster, target, skill, action, actionContainer)
|
||||
action.DoAction(caster, target, skill, actionContainer)
|
||||
end;
|
Loading…
Add table
Reference in a new issue