# HG changeset patch
# User Wuzzy
# Date 1459958015 -3600
# Node ID 2a562faa73fbb508e2e15455fc0ca66cd8c5b5d4
# Parent ca7261b5c679461ae048db7e6ad428c7af5c0929
LuaAPI: GetClanColor, SetClanColor: They use RGBA instead of RGB
diff -r ca7261b5c679 -r 2a562faa73fb LuaAPI.wiki
--- a/LuaAPI.wiki Wed Apr 06 16:36:27 2016 +0100
+++ b/LuaAPI.wiki Wed Apr 06 16:53:35 2016 +0100
@@ -1047,10 +1047,10 @@
Removes the team with the given team name from the game.
==== !GetClanColor(clan) ====
-Returns the RGB color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
+Returns the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
==== !SetClanColor(clan, color) ====
-Sets the RGB color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
+Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
=== Campaign management ===
==== !SaveCampaignVar(varname, value) ====