diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 09:45:06 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 09:45:06 -0200 |
commit | 972e6444b1c44ebaee4b40516958c34c19e18ca2 (patch) | |
tree | 72791b5a8a4aef763bc5fa04263eefc6be82baac /npc/003-1/lieutenantdausen.txt | |
parent | 0b8f2b333aabbd61ea9f3c400ffabbb3c49bff9d (diff) | |
download | serverdata-972e6444b1c44ebaee4b40516958c34c19e18ca2.tar.gz serverdata-972e6444b1c44ebaee4b40516958c34c19e18ca2.tar.bz2 serverdata-972e6444b1c44ebaee4b40516958c34c19e18ca2.tar.xz serverdata-972e6444b1c44ebaee4b40516958c34c19e18ca2.zip |
This is core for moving in and out of Nard's ship
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 67c1d5707..7e3e1b5aa 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -104,7 +104,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, 2906);
setunitdata(.@npcId, UDT_HEADMIDDLE, 1304);
setunitdata(.@npcId, UDT_HEADBOTTOM, 2201);
- setunitdata(.@npcId, UDT_SHIELD, 1800); // Boots
+ setunitdata(.@npcId, UDT_SHIELD, 1800); // TODO FIXME: Display Boots
setunitdata(.@npcId, UDT_WEAPON, 3504);
setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
|