diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:30:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:30:26 -0300 |
commit | ce5ca1581e3079a9584e5519c683d84137391942 (patch) | |
tree | 342e6cea2e7b545a68dfe2f57df51a3af108ab0c /npc/003-5/jeweler.txt | |
parent | 82e75bac3bab01ff7833913002c2ab9f3fc45898 (diff) | |
download | serverdata-ce5ca1581e3079a9584e5519c683d84137391942.tar.gz serverdata-ce5ca1581e3079a9584e5519c683d84137391942.tar.bz2 serverdata-ce5ca1581e3079a9584e5519c683d84137391942.tar.xz serverdata-ce5ca1581e3079a9584e5519c683d84137391942.zip |
NPC Eyes does not work globably because... ... ...
Diffstat (limited to 'npc/003-5/jeweler.txt')
-rw-r--r-- | npc/003-5/jeweler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 65802d328..8b92626b0 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -182,7 +182,7 @@ L_Close: OnInit: .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyesT); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots |