diff options
author | Haru <haru@dotalux.com> | 2015-08-11 01:57:27 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-13 17:16:27 +0200 |
commit | 3a8941f10d86563b9e881519846012e23299a45f (patch) | |
tree | da83931ac59905fa8b60c37a333295adff5155b1 /src/char/char.c | |
parent | 50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2 (diff) | |
download | hercules-3a8941f10d86563b9e881519846012e23299a45f.tar.gz hercules-3a8941f10d86563b9e881519846012e23299a45f.tar.bz2 hercules-3a8941f10d86563b9e881519846012e23299a45f.tar.xz hercules-3a8941f10d86563b9e881519846012e23299a45f.zip |
Moved sql_handle into the HPMi interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index 811507602..625103b71 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -5824,7 +5824,6 @@ void char_hp_symbols(void) { HPM->share(loginif, "loginif"); HPM->share(mapif, "mapif"); HPM->share(pincode, "pincode"); - HPM->share(inter->sql_handle, "sql_handle"); } /** |