= Gaining Reputation with a Faction = == Description == A player gains reputation points after completing a faction-related task. == SQL Example == {{{ UPDATE Reputation SET ReputationPoints = ReputationPoints + 50 WHERE CharacterID = 1 AND FactionID = 1; }}}