Version 1 (modified by 10 days ago) ( diff ) | ,
---|
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;
Note:
See TracWiki
for help on using the wiki.