diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-25 14:32:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-05 14:28:30 +0300 |
commit | 81d0eb8441fa7d1bcfde8a1ca9bf09666d5139d8 (patch) | |
tree | 12d608e3dd6fd989ca6c46bb988fe91f54630976 /src/map/pc.h | |
parent | ac9dc43ac589e0c70f1f4f27d04dad0a302805bc (diff) | |
download | hercules-81d0eb8441fa7d1bcfde8a1ca9bf09666d5139d8.tar.gz hercules-81d0eb8441fa7d1bcfde8a1ca9bf09666d5139d8.tar.bz2 hercules-81d0eb8441fa7d1bcfde8a1ca9bf09666d5139d8.tar.xz hercules-81d0eb8441fa7d1bcfde8a1ca9bf09666d5139d8.zip |
Add optional parameter to warp script command for prevent stoping npc scripts after warp.
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 c370f9956..f546d4910 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -206,6 +206,7 @@ struct map_session_data { unsigned int itemcheck : 1; unsigned int standalone : 1;/* [Ind/Hercules <3] */ unsigned int loggingout : 1; + unsigned int warp_clean : 1; } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; |