- fixed Ruwach (the last NPC skill update modified the way Sight/Sightblaster/Ruwach work, but the latter did not get updated properly)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11024 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
8076b535d4
commit
e7dc538c16
@ -3843,7 +3843,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
|
|||||||
case AS_POISONREACT:
|
case AS_POISONREACT:
|
||||||
case MC_LOUD:
|
case MC_LOUD:
|
||||||
case MG_ENERGYCOAT:
|
case MG_ENERGYCOAT:
|
||||||
case AL_RUWACH:
|
|
||||||
case MO_EXPLOSIONSPIRITS:
|
case MO_EXPLOSIONSPIRITS:
|
||||||
case MO_STEELBODY:
|
case MO_STEELBODY:
|
||||||
case MO_BLADESTOP:
|
case MO_BLADESTOP:
|
||||||
@ -3878,6 +3877,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
|
|||||||
sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
|
sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
|
||||||
break;
|
break;
|
||||||
case MG_SIGHT:
|
case MG_SIGHT:
|
||||||
|
case AL_RUWACH:
|
||||||
case WZ_SIGHTBLASTER:
|
case WZ_SIGHTBLASTER:
|
||||||
case NPC_WIDESIGHT:
|
case NPC_WIDESIGHT:
|
||||||
case NPC_STONESKIN:
|
case NPC_STONESKIN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user