diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 255fcdbc4..66915492a 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -533,8 +533,7 @@ struct map_session_data { /** * Account/Char variables & array control of those variables **/ - DBMap *var_db; - DBMap *array_db; + struct reg_db regs; unsigned char vars_received;/* char loading is only complete when you get it all. */ bool vars_ok; bool vars_dirty; |