From 648e3ba184af75f141565e0839682f94d2a1295b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves?= Date: Tue, 27 Jun 2017 14:38:08 +0200 Subject: [PATCH] Fixed: update color instead status --HG-- branch : compatibility-develop --- code/ryzom/client/data/gamedev/interfaces_v3/interaction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/interaction.lua b/code/ryzom/client/data/gamedev/interfaces_v3/interaction.lua index 0a0820203..bdf838f88 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/interaction.lua +++ b/code/ryzom/client/data/gamedev/interfaces_v3/interaction.lua @@ -283,7 +283,7 @@ function game:updateTargetConsiderUI() else if level == 1 then -- Locked by another team wgLock.active = true - wgLock.active = "250 50 50 255" + wgLock.color = "250 50 50 255" end end end