diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 8c70984e0..e3d810378 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -145,6 +145,7 @@ struct map_session_data { unsigned short autobonus; //flag to indicate if an autobonus is activated. [Inkfish] struct guild *gmaster_flag; 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 } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; |