--- 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.
==== <tt>!GetClanColor(clan)</tt> ====
-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].
==== <tt>!SetClanColor(clan, color)</tt> ====
-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 ===
==== <tt>!SaveCampaignVar(varname, value)</tt> ====