diff options
Diffstat (limited to 'npc/003-1/ched.txt')
-rw-r--r-- | npc/003-1/ched.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 21fd30590..97a9e685a 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -5,7 +5,7 @@ // Ched is from a quest. -003-1,40,49,0 script Ched NPC_PLAYER,{ +003-1,62,48,0 script Ched NPC_PLAYER,{ hello; @@ -13,7 +13,7 @@ OnInit: .@npcId = getnpcid(0, "Ched"); setunitdata(.@npcId, UDT_HEADTOP, 2929); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1314); + setunitdata(.@npcId, UDT_HEADMIDDLE, 1316); setunitdata(.@npcId, UDT_HEADBOTTOM, 2204); setunitdata(.@npcId, UDT_WEAPON, 1803); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 7); |