From b6a5ac44371ff714d18a04f3acbe29955ace07aa Mon Sep 17 00:00:00 2001 From: epoque11 Date: Sat, 28 Apr 2012 22:15:18 +0000 Subject: - Fixed an issue with the instance variable storage system never being initialised (since unknown revision) - Combined both string and integer instance variables into a single DBMap* structure - Fixed a missing new-line at the end of src/common/conf.h causing warnings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15998 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/instance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/instance.h') diff --git a/src/map/instance.h b/src/map/instance.h index e918aa516..f8f7387f7 100644 --- a/src/map/instance.h +++ b/src/map/instance.h @@ -21,7 +21,7 @@ struct s_instance { int num_map; int users; - struct DBMap *ivar, *svar; // Instance Variable for scripts + struct DBMap* vars; // Instance Variable for scripts int progress_timer; time_t progress_timeout; -- cgit v1.2.3-70-g09d2