From 60412276da42959c4631ced13a3aa83d63d73bd8 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sun, 25 Jan 2015 09:55:41 -0500 Subject: [PATCH] Report repair as well as change from Update Personal Faction. --- zone/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index 43e88c45e..431f3662b 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -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); } -return change; +return (repair || change); } // returns the character's faction level, adjusted for racial, class, and deity modifiers