diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-26 23:01:55 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-26 23:01:55 +0000 |
commit | 8c3ce0145c9e56de40092a6735f9fcdee60921ed (patch) | |
tree | feb5f225113f5119e67c429949793b629940210c /src/map/skill.h | |
parent | 4f14362f9130681ad98788a46ac02b747969505a (diff) | |
download | hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.gz hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.bz2 hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.xz hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.zip |
- Updated item_db.sql to current.
- Some small code-cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6298 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 5e1dbb22f..e57aba0be 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -246,7 +246,6 @@ int skill_arrow_create( struct map_session_data *sd,int nameid); int skill_castend_nodamage_id( struct block_list *src, struct block_list *bl,int skillid,int skilllv,unsigned int tick,int flag );
int skill_castend_damage_id( struct block_list* src, struct block_list *bl,int skillid,int skilllv,unsigned int tick,int flag );
int skill_castend_pos2( struct block_list *src, int x,int y,int skillid,int skilllv,unsigned int tick,int flag);
-
int skill_blockpc_start (struct map_session_data*,int,int); // [celest]
// スキル攻?一括?理
@@ -790,7 +789,6 @@ enum { AM_TWILIGHT2,
AM_TWILIGHT3,
HT_POWER,
-
GS_GLITTERING,
GS_FLING,
GS_TRIPLEACTION,
|