From f01b6251739eda95c83962eb569cd1251aecd26b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jul 2019 21:46:16 -0300 Subject: Fix Hurnsguard appearance condition --- npc/012-1/guards.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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: -- cgit v1.2.3-70-g09d2