diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 10:20:13 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 10:20:13 +0000 |
commit | 0e27de90f75e1cfa3e79ef0379a64a2d6ba9253e (patch) | |
tree | f8b29a774541b242efeade22cc1d14d1938900a0 /src/map/pc.h | |
parent | 41ea0dda0d67e286405543064f4e49e8543951d6 (diff) | |
download | hercules-0e27de90f75e1cfa3e79ef0379a64a2d6ba9253e.tar.gz hercules-0e27de90f75e1cfa3e79ef0379a64a2d6ba9253e.tar.bz2 hercules-0e27de90f75e1cfa3e79ef0379a64a2d6ba9253e.tar.xz hercules-0e27de90f75e1cfa3e79ef0379a64a2d6ba9253e.zip |
* Block equipments switching for some skills (bugreport:2900)
- cannot change equipments during Arrow Vulcan's cast time
- cannot change equipments within Desperado's attack duration
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13724 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 154468855..8a3f912b0 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -181,6 +181,7 @@ struct map_session_data { int invincible_timer; unsigned int canlog_tick; unsigned int canuseitem_tick; // [Skotlex] + unsigned int canequip_tick; // [Inkfish] unsigned int cantalk_tick; unsigned int cansendmail_tick; // [Mail System Flood Protection] unsigned int ks_floodprotect_tick; // [Kill Steal Protection] |