Mercurial > mm7
comparison NPC.h @ 251:48f21f569328
Npc related stuff separated
author | Gloval |
---|---|
date | Mon, 18 Feb 2013 08:47:21 +0400 |
parents | 2799737f8a74 |
children | e22e2357c8b3 |
comparison
equal
deleted
inserted
replaced
247:fb8a876f41e1 | 251:48f21f569328 |
---|---|
124 char *pNPCGreetTXT_Raw; | 124 char *pNPCGreetTXT_Raw; |
125 char *pNCPGroupTXT_Raw; | 125 char *pNCPGroupTXT_Raw; |
126 }; | 126 }; |
127 #pragma pack(pop) | 127 #pragma pack(pop) |
128 | 128 |
129 bool __cdecl sub_476387(); | |
130 bool CheckHiredNPCSpeciality(unsigned int uProfession); |