forked from MagicBane/Server
Bypass npc guild leaders in override..
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user