- 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:
skotlex 2007-08-16 17:31:15 +00:00
parent 8076b535d4
commit e7dc538c16

View File

@ -3843,7 +3843,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
case AS_POISONREACT:
case MC_LOUD:
case MG_ENERGYCOAT:
case AL_RUWACH:
case MO_EXPLOSIONSPIRITS:
case MO_STEELBODY:
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)));
break;
case MG_SIGHT:
case AL_RUWACH:
case WZ_SIGHTBLASTER:
case NPC_WIDESIGHT:
case NPC_STONESKIN: