Commit 7f714269 authored by JoyJ's avatar JoyJ

fix buildlist for centaur

parent bc085258
......@@ -43,6 +43,12 @@ tOutFitList['outfit_tank'] = {
tOutFitList['outfit_mid'] = tOutFitList['outfit_tank']
tOutFitList['outfit_carry'] = tOutFitList['outfit_tank']
tOutFitList['outfit_priest'] = tOutFitList['outfit_tank']
tOutFitList['outfit_mage'] = tOutFitList['outfit_tank']
X['sBuyList'] = tOutFitList[sOutfitType]
X['sSellList'] = {
......@@ -337,7 +343,7 @@ function X.ConsiderD()
sCastMotive = 'W-救援残血队友:'..J.Chat.GetNormName( hCastTarget )
return BOT_ACTION_DESIRE_HIGH, hCastTarget, sCastMotive
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment