diff options
Diffstat (limited to 'npc/003-1/mahoud.txt')
-rw-r--r-- | npc/003-1/mahoud.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index e14047929..9bf962d5d 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -48,8 +48,8 @@ OnInit: .@npcId = getnpcid(0, "Mahoud"); // Check items.xml for info about this - setunitdata(.@npcId, UDT_HEADTOP, 2906); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1304); + setunitdata(.@npcId, UDT_HEADTOP, 2911); + setunitdata(.@npcId, UDT_HEADMIDDLE, 1303); setunitdata(.@npcId, UDT_HEADBOTTOM, 2201); setunitdata(.@npcId, UDT_HAIRSTYLE, 7); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |