diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-11 11:02:53 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-11 11:02:53 +0000 |
commit | 4e0e965693d27f8c7a5e7c0c7ebda55ff217ec5b (patch) | |
tree | d872b1db6dd8162cda453bef9e41663ceb1462ad /src/map/map.c | |
parent | cf9a1c007ff068ab5cdbbd93c689b00e2b5c4912 (diff) | |
download | hercules-4e0e965693d27f8c7a5e7c0c7ebda55ff217ec5b.tar.gz hercules-4e0e965693d27f8c7a5e7c0c7ebda55ff217ec5b.tar.bz2 hercules-4e0e965693d27f8c7a5e7c0c7ebda55ff217ec5b.tar.xz hercules-4e0e965693d27f8c7a5e7c0c7ebda55ff217ec5b.zip |
- Added missing include npc.h to map.c
- Now when job changing to another class tree, status changes from skills that belong to your previous class are cleared.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11716 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 526c24394..97d8e1d12 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -38,6 +38,7 @@ #include "charcommand.h" #include "log.h" #include "irc.h" +#include "npc.h" #ifndef TXT_ONLY #include "mail.h" #endif |