diff options
author | shennetsind <ind@henn.et> | 2013-06-06 17:07:43 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-06 17:07:43 -0300 |
commit | 71ac5d07a0d18dc56b73ebc2b2ae095eacd25241 (patch) | |
tree | 7a277f07396a77e8afe624a379cc0f99da5f0a87 /src/map/pc.h | |
parent | b98ea9eb62b4f0c7bf121e2c67638ea7e9726110 (diff) | |
download | hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.gz hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.bz2 hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.xz hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.zip |
Fixed Bug #7328
Special Thanks to Joseph / j-tkay !
http://hercules.ws/board/tracker/issue-7328-close-and-end/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 5207c4c34..5d7386575 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -174,6 +174,7 @@ struct map_session_data { unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not. unsigned int warping : 1;//states whether you're in the middle of a warp processing unsigned int permanent_speed : 1; // When 1, speed cannot be changed through status_calc_pc(). + unsigned int dialog : 1; } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; @@ -420,7 +421,7 @@ struct map_session_data { struct{ int m; //-1 - none, other: map index corresponding to map name. unsigned short index; //map index - }feel_map[3];// 0 - Sun; 1 - Moon; 2 - Stars + } feel_map[3];// 0 - Sun; 1 - Moon; 2 - Stars short hate_mob[3]; int pvp_timer; |