summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc.h b/src/npc.h
index bbc86d9c..3b61123b 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -29,7 +29,7 @@
class NPC : public Being
{
public:
- NPC(Uint32 id, Uint16 job, Map *map);
+ NPC(Uint16 id, Uint16 job, Map *map);
virtual Type getType() const;