diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index f13306fed..689780909 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5178,7 +5178,7 @@ int atcommand_disguise(const int fd, struct map_session_data* sd, const char* co { struct npc_data* nd = npc_name2id(message); if (nd != NULL) - id = nd->n; + id = nd->class_; } } |