fix: replace wrong function
This commit is contained in:
parent
3e2eafb63d
commit
db4116f330
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ end
|
|||
|
||||
function ActionParent:loadChoregraphy(skillname)
|
||||
local skill = core.datas:get("skills", skillname)
|
||||
self:loadChoregraphy(self, skill)
|
||||
self:loadChoregraphyFromSkill(self, skill)
|
||||
end
|
||||
|
||||
function ActionParent:loadChoregraphyFromSkill(skill)
|
||||
|
|
Loading…
Reference in a new issue