Line 180 of wowarmory.inc Has

$sql_update = "UPDATE {wowarmory_roster} SET level = " . $data['level'] ", achPoints = ". $data['achPoints'] . " WHERE ID = '" . $id . "';";

Fix is to update this line.

$sql_update = "UPDATE {wowarmory_roster} SET level = " . $data['level'] . ", rank = ". $data['rank'] . ", achPoints = ". $data['achPoints'] . " WHERE ID = '" . $id . "';";

Comments

nhdriver4’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.