Bypass npc guild leaders in override..

This commit is contained in:
2023-05-12 08:27:00 -04:00
parent 7f086fb850
commit ee1fc0d55c
+1 -1
View File
@@ -245,7 +245,7 @@ public class NPC extends AbstractCharacter {
// Name override for npc // Name override for npc
if (wordCount(this.name) < 2) if (wordCount(this.name) < 2 && this.contract != null)
this.name += " the " + this.contract.getName(); this.name += " the " + this.contract.getName();
}catch(Exception e){ }catch(Exception e){