diff options
author | shennetsind <ind@henn.et> | 2014-01-12 15:10:55 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-12 15:10:55 -0200 |
commit | 8aeb011694ca3023d93dd6e904b3f42ab93f8ba9 (patch) | |
tree | 5fbf3ff907495e0f20c2da650edf37d9f18ce125 /src/map/chrif.h | |
parent | ca6454b94bd9e2bcf5ddd9c51bea23d5c2bf6d78 (diff) | |
download | hercules-8aeb011694ca3023d93dd6e904b3f42ab93f8ba9.tar.gz hercules-8aeb011694ca3023d93dd6e904b3f42ab93f8ba9.tar.bz2 hercules-8aeb011694ca3023d93dd6e904b3f42ab93f8ba9.tar.xz hercules-8aeb011694ca3023d93dd6e904b3f42ab93f8ba9.zip |
Two Adjustments
From some notes I took while working on the megapatch:
- Dropped unused char_dat variable in chrif's auth_node
- Fixed DB/BB/PB Logging, which could create false logs due to where it was placed.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index 24b92908d..1de0901f0 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -32,7 +32,6 @@ struct auth_node { int login_id1, login_id2, sex, fd; time_t expiration_time; // # of seconds 1/1/1970 (timestamp): Validity limit of the account (0 = unlimited) struct map_session_data *sd; //Data from logged on char. - struct mmo_charstatus *char_dat; //Data from char server. int64 node_created; //timestamp for node timeouts enum sd_state state; //To track whether player was login in/out or changing maps. }; |