Skip to content

Commit 911ab72

Browse files
committed
corrected functions
1 parent c727c18 commit 911ab72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/magic.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ function M.getBestMageSkill(user)
134134
end
135135

136136
function M.getBestDruidSkill(user)
137-
return bestSkillFromSkillList(user, M.mageSkills)
137+
return bestSkillFromSkillList(user, M.druidSkills)
138138
end
139139
function M.getBestPriestSkill(user)
140-
return bestSkillFromSkillList(user, M.mageSkills)
140+
return bestSkillFromSkillList(user, M.priestSkills)
141141
end
142142

143143
function M.getBestSkill(user)

0 commit comments

Comments
 (0)