diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index a2c429a10..7b073ee31 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -262,7 +262,8 @@ OnInit: setunitdata(.@npcId, UDT_WEAPON, BugSlayer); setunitdata(.@npcId, UDT_HAIRSTYLE, 13); setunitdata(.@npcId, UDT_HAIRCOLOR, 7); - disablenpc(.name$); + if ($HURNS_LIBDATE) + disablenpc(.name$); end; OnEnterBG: |