Report repair as well as change from Update Personal Faction.

This commit is contained in:
Paul Coene 2015-01-25 09:55:41 -05:00
parent 22de30bab3
commit 60412276da

View File

@ -7676,7 +7676,7 @@ bool Client::UpdatePersonalFaction(int32 char_id, int32 npc_value, int32 faction
database.SetCharacterFactionLevel(char_id, faction_id, *current_value, temp, factionvalues); database.SetCharacterFactionLevel(char_id, faction_id, *current_value, temp, factionvalues);
} }
return change; return (repair || change);
} }
// returns the character's faction level, adjusted for racial, class, and deity modifiers // returns the character's faction level, adjusted for racial, class, and deity modifiers