diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 05:52:55 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 05:52:55 +0000 |
commit | cfe300e3dde5b98e44e61650a09bb587384060f8 (patch) | |
tree | 4f172a9967cc9dfcdeeb84a714c192f599d624b5 /src/map/skill.c | |
parent | 521590c9bf7714d5b7fef748dc8cb55efe6809d8 (diff) | |
download | hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.gz hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.bz2 hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.xz hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.zip |
fixed compile issue. fixed ninja issues.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5510 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 8caa4031b..468850df1 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -3101,8 +3101,6 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl,int s case GS_SPREADATTACK:
case GS_GROUNDDRIFT:
- case NV_BASIC:
- case NV_FIRSTAID:
case NJ_TOBIDOUGU:
case NJ_SYURIKEN:
case NJ_KUNAI:
@@ -5664,8 +5662,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in case GS_SPREADATTACK:
case GS_GROUNDDRIFT:
- case NV_BASIC:
- case NV_FIRSTAID:
case NJ_TOBIDOUGU:
case NJ_SYURIKEN:
case NJ_KUNAI:
|