diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 18:41:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 18:41:05 +0000 |
commit | 6699c90798b52154bf6d4cd62cf151b312a12db1 (patch) | |
tree | 4a7a83d78d89284f4d0e5a6eb991a6adf521a579 /src/map/battle.h | |
parent | b5bfcd51b5544f76bf68c14d5c13f80d922290f0 (diff) | |
download | hercules-6699c90798b52154bf6d4cd62cf151b312a12db1.tar.gz hercules-6699c90798b52154bf6d4cd62cf151b312a12db1.tar.bz2 hercules-6699c90798b52154bf6d4cd62cf151b312a12db1.tar.xz hercules-6699c90798b52154bf6d4cd62cf151b312a12db1.zip |
- If someone is expulsed from a guild while the guild storage is open, it will be auto-closed now.
- Modified battle_consume_ammo to prevent consuming multiple arrows on AC_SHOWER.
- Readded script command skillpointcount. (who removed it? <.<)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6406 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index d0511eb53..96ea7eebc 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -90,6 +90,7 @@ int battle_check_undead(int race,int element); int battle_check_target(struct block_list *src, struct block_list *target,int flag);
int battle_check_range(struct block_list *src,struct block_list *bl,int range);
+void battle_consume_ammo(struct map_session_data* sd, int skill, int lv);
// ݒ
int battle_config_switch(const char *str); // [Valaris]
|