From deee6ed8c9bde0fec7dec0865121676ff1f9994b Mon Sep 17 00:00:00 2001 From: Ahmed Samy Date: Fri, 13 Jan 2017 18:46:04 +0200 Subject: [PATCH] Completion for #764 Thanks to @conde2 for pointer it out. --- modules/game_outfit/outfit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game_outfit/outfit.lua b/modules/game_outfit/outfit.lua index caaf642a..2c7a5f63 100644 --- a/modules/game_outfit/outfit.lua +++ b/modules/game_outfit/outfit.lua @@ -115,7 +115,7 @@ function create(creatureOutfit, outfitList, creatureMount, mountList) for j=0,6 do for i=0,18 do local colorBox = g_ui.createWidget('ColorBox', colorBoxPanel) - local outfitColor = getOufitColor(j*19 + i) + local outfitColor = getOutfitColor(j*19 + i) colorBox:setImageColor(outfitColor) colorBox:setId('colorBox' .. j*19+i) colorBox.colorId = j*19 + i