diff options
author | shennetsind <ind@henn.et> | 2013-06-08 17:31:28 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-08 17:31:28 -0300 |
commit | 4c31ec091c3dcef916c90b6416976ea701671e90 (patch) | |
tree | 421552306c5f014103c6f8efc261e947bbb448c5 /src/char/inter.c | |
parent | 60eb0c9e0527e80b7793e48d2cea47e3204b777c (diff) | |
download | hercules-4c31ec091c3dcef916c90b6416976ea701671e90.tar.gz hercules-4c31ec091c3dcef916c90b6416976ea701671e90.tar.bz2 hercules-4c31ec091c3dcef916c90b6416976ea701671e90.tar.xz hercules-4c31ec091c3dcef916c90b6416976ea701671e90.zip |
Follow up d73783f22b2bb881aab74524d153d89a5932a199
Adjusting db.c interface name to adhere with the rest (pretty much we try to make it as short as we can, and being there were no conflicts we saw no reason to maintain the 'i')
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index a9e9dece4..1ff2bca61 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -935,7 +935,7 @@ int mapif_disconnectplayer(int fd, int account_id, int char_id, int reason) int check_ttl_wisdata_sub(DBKey key, DBData *data, va_list ap) { unsigned long tick; - struct WisData *wd = iDB->data2ptr(data); + struct WisData *wd = DB->data2ptr(data); tick = va_arg(ap, unsigned long); if (DIFF_TICK(tick, wd->tick) > WISDATA_TTL && wis_delnum < WISDELLIST_MAX) |