diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-28 21:50:55 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-28 21:50:55 +0000 |
commit | 4f2de079cdabfa86b609a5ad15df3a4c1c58437b (patch) | |
tree | 0b5137762afd873246a58651ac26060a9bbac546 /src/map/instance.h | |
parent | 392f7f863f7de18b26e92e7d9a9702452ef8c1e0 (diff) | |
download | hercules-4f2de079cdabfa86b609a5ad15df3a4c1c58437b.tar.gz hercules-4f2de079cdabfa86b609a5ad15df3a4c1c58437b.tar.bz2 hercules-4f2de079cdabfa86b609a5ad15df3a4c1c58437b.tar.xz hercules-4f2de079cdabfa86b609a5ad15df3a4c1c58437b.zip |
- Updated the script engine to make use of the DBMap* structure for storing variables (for Ind <3)
- Fixed missing new-lines at the end of various files causing warnings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/instance.h')
-rw-r--r-- | src/map/instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/instance.h b/src/map/instance.h index e2b0354f9..e918aa516 100644 --- a/src/map/instance.h +++ b/src/map/instance.h @@ -21,7 +21,7 @@ struct s_instance { int num_map; int users; - struct linkdb_node *ivar, *svar; // Instance Variable for scripts + struct DBMap *ivar, *svar; // Instance Variable for scripts int progress_timer; time_t progress_timeout; |