fix: replace wrong function

This commit is contained in:
Kazhnuz 2021-08-08 14:49:22 +02:00
parent 3e2eafb63d
commit db4116f330

View file

@ -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)