summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-20 08:22:52 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-20 08:22:52 +0000
commit6f700c626efe9253ce77865667d1d5e598daab65 (patch)
tree39181382b553076654fe401c9e8d6116f81852d9 /src/map/pc.h
parente0812d1de5710c08e5242e0a958e675d1bce0829 (diff)
downloadhercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.gz
hercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.bz2
hercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.xz
hercules-6f700c626efe9253ce77865667d1d5e598daab65.zip
* Changed Asura Strike/Jump Kick to target skill to get rid of the "target delay". (bugreport:2174)
- skill tree will be re-sent on status change to handle using these two skills during combo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13900 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 1484f9dc2..3d09ebcbe 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -89,7 +89,7 @@ struct map_session_data {
unsigned lr_flag : 2;
unsigned connect_new : 1;
unsigned arrow_atk : 1;
- unsigned skill_flag : 1;
+ unsigned combo : 2; // 1:Asura, 2:Kick [Inkfish]
unsigned gangsterparadise : 1;
unsigned rest : 1;
unsigned storage_flag : 2; //0: closed, 1: Normal Storage open, 2: guild storage open [Skotlex]