summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc.h b/src/npc.h
index fed03b51..c2cab6f0 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -34,9 +34,9 @@ class NPC : public Player
{
public:
#ifdef TMWSERV_SUPPORT
- NPC(Uint16 id, int sprite, Map *map);
+ NPC(int id, int sprite, Map *map);
#else
- NPC(int id, Uint16 job, Map *map, Network *network);
+ NPC(int id, int job, Map *map, Network *network);
#endif
~NPC();