diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ class Text; class NPC : public Player { public: - NPC(Uint32 id, Uint16 job, Map *map, Network *network); + NPC(int id, Uint16 job, Map *map, Network *network); ~NPC(); |