Mercurial > mm7
comparison NPC.h @ 188:207b2492e14b
AddItem crash
author | Nomad |
---|---|
date | Fri, 15 Feb 2013 22:54:19 +0200 |
parents | 1c471f3629fb |
children | 2799737f8a74 |
comparison
equal
deleted
inserted
replaced
187:49728858c35e | 188:207b2492e14b |
---|---|
17 #pragma pack(push, 1) | 17 #pragma pack(push, 1) |
18 struct NPCData | 18 struct NPCData |
19 { | 19 { |
20 char *pName; | 20 char *pName; |
21 unsigned int uPortraitID; | 21 unsigned int uPortraitID; |
22 unsigned int uFlags; | 22 unsigned int uFlags; // & 0x80 no greeting on dialogue start |
23 int fame; | 23 int fame; |
24 int rep; | 24 int rep; |
25 int house; | 25 int house; |
26 unsigned int uProfession; | 26 unsigned int uProfession; |
27 int greet; | 27 int greet; |