summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-03 15:30:11 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-03 15:30:11 +0000
commit69f88875ae6da9a4d0f192ecc1812972c58c0400 (patch)
tree888309d649db05b8623682324b2bb0a257babc89 /src/map/pc.h
parentbf45f06c19fde93a3e3699e0ca400909392ce02b (diff)
downloadhercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.gz
hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.bz2
hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.xz
hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.zip
* Some clean ups on autocast and itemskill code. (see topic:220921 for some info)
- Autocasted Teleport now skips the menu. - Fixed nullpo info when defensive autocasts are triggered. (follow up to r13815) - Fixed Warp portal used in item script never worked. - Item skills now bypass skill delay check. - Implemented SM_SELFPROVOKE. - Updated item db using 'itemskill' for some items. * Basic skills will never be reset. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13841 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 3b4ae9193..ea8a13dec 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -96,6 +96,7 @@ struct map_session_data {
unsigned snovice_call_flag : 2; //Summon Angel (stage 1~3)
unsigned snovice_dead_flag : 1; //Explosion spirits on death: 0 off, 1 used.
unsigned abra_flag : 1; // Abracadabra bugfix by Aru
+ unsigned autocast : 1; // Autospell flag [Inkfish]
unsigned autotrade : 1; //By Fantik
unsigned reg_dirty : 3; //By Skotlex (marks whether registry variables have been saved or not yet)
unsigned showdelay :1;