From 9b452a0918913ab0956ac17fee6b1c49815af3f7 Mon Sep 17 00:00:00 2001 From: xantara Date: Wed, 22 Feb 2012 02:13:09 +0000 Subject: 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 --- src/map/clif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/clif.c') 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? -- cgit v1.2.3-70-g09d2