diff --git a/gw-toon.php b/gw-toon.php index 7507dbe..4076a8c 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -41,7 +41,7 @@ if (!$_SESSION['userid']){ while ($row2 = $result2->fetch_array()){ $charactername = $row2['charname']; $profcolor = $row2['profcolor']; - $_SESSION['profcolor'] == $profcolor; + $_SESSION['profcolor'] = $profcolor; echo '' . $charactername . ''; echo ''; }