diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 03:52:56 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 03:52:56 +0000 |
commit | af2d2bc89af950fe2b780ef72ac6b0f8561ac950 (patch) | |
tree | 0044bf40e7f93ec7b089bfe6385bfc07c5cd58f2 /src/map/map.h | |
parent | 4107030428aa608b62524bcde7d211665ab83ca3 (diff) | |
download | hercules-af2d2bc89af950fe2b780ef72ac6b0f8561ac950.tar.gz hercules-af2d2bc89af950fe2b780ef72ac6b0f8561ac950.tar.bz2 hercules-af2d2bc89af950fe2b780ef72ac6b0f8561ac950.tar.xz hercules-af2d2bc89af950fe2b780ef72ac6b0f8561ac950.zip |
[Improved]:
- Fake NPC interface to use real NPCs.
- Scripting interface to restore and save sd->npc_id.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6873 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 7beb0bb4a..2f18845bc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1478,6 +1478,6 @@ typedef struct homun_data TBL_HOMUNCULUS; extern int lowest_gm_level;
extern char main_chat_nick[16];
-int fake_npc_id;
+struct npc_data *fake_nd;
#endif
|