diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-10 16:36:02 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-10 16:36:02 -0200 |
commit | 66a8180d3f5446166a2e59dc12cf0508f04e250e (patch) | |
tree | af94f83b2017e4b4c525a75c8c6fa0fd68861b8c /npc/003-1/mahoud.txt | |
parent | 6eb3add1aad3d61e8e3ec0ffccb2d309ddb5e388 (diff) | |
download | serverdata-66a8180d3f5446166a2e59dc12cf0508f04e250e.tar.gz serverdata-66a8180d3f5446166a2e59dc12cf0508f04e250e.tar.bz2 serverdata-66a8180d3f5446166a2e59dc12cf0508f04e250e.tar.xz serverdata-66a8180d3f5446166a2e59dc12cf0508f04e250e.zip |
Fix/Correct Dausen's and Mahoud's sprites. I estimated 60 more to go.
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); |