diff options
author | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-22 02:13:09 +0000 |
---|---|---|
committer | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-22 02:13:09 +0000 |
commit | 9b452a0918913ab0956ac17fee6b1c49815af3f7 (patch) | |
tree | 523af91f6efb7225094aa384497b66255332df49 /src/map/clif.c | |
parent | a72cf01c7ca53a6ffc810a2b1983ad8b34ef0467 (diff) | |
download | hercules-9b452a0918913ab0956ac17fee6b1c49815af3f7.tar.gz hercules-9b452a0918913ab0956ac17fee6b1c49815af3f7.tar.bz2 hercules-9b452a0918913ab0956ac17fee6b1c49815af3f7.tar.xz hercules-9b452a0918913ab0956ac17fee6b1c49815af3f7.zip |
Fixed Royal Guard's Banding skill & icon activation (bugreport:5210)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15627 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 8ac893916..51d5b802d 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5274,7 +5274,8 @@ void clif_status_change(struct block_list *bl,int type,int flag,unsigned int tic type == SI_TENSIONRELAX || type == SI_LANDENDOW || type == SI_AUTOBERSERK || type == SI_BUMP || type == SI_READYSTORM || type == SI_READYDOWN || type == SI_READYTURN || type == SI_READYCOUNTER || type == SI_DODGE || - type == SI_DEVIL || type == SI_NIGHT || type == SI_INTRAVISION) + type == SI_DEVIL || type == SI_NIGHT || type == SI_INTRAVISION || + type == SI_BANDING) tick=0; // TODO: 0x43f PACKETVER? |