diff options
author | Haru <haru@dotalux.com> | 2015-08-11 01:57:27 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-15 00:51:45 +0200 |
commit | 7c52605cabb4f5447055344733d69555c1948956 (patch) | |
tree | 190d940217ed17d231cde1af9feea606fb3842a6 /src/char/HPMchar.c | |
parent | 30987271e6d3c9eb202997494690ed102adeca87 (diff) | |
download | hercules-7c52605cabb4f5447055344733d69555c1948956.tar.gz hercules-7c52605cabb4f5447055344733d69555c1948956.tar.bz2 hercules-7c52605cabb4f5447055344733d69555c1948956.tar.xz hercules-7c52605cabb4f5447055344733d69555c1948956.zip |
Moved sql_handle into the HPMi interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/HPMchar.c')
-rw-r--r-- | src/char/HPMchar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/HPMchar.c b/src/char/HPMchar.c index b1ff72628..3e8470e9b 100644 --- a/src/char/HPMchar.c +++ b/src/char/HPMchar.c @@ -57,6 +57,7 @@ bool HPM_char_grabHPData(struct HPDataOperationStorage *ret, enum HPluginDataTyp } void HPM_char_plugin_load_sub(struct hplugin *plugin) { + plugin->hpi->sql_handle = inter->sql_handle; } void HPM_char_do_init(void) { |