diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-07 03:04:24 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-07 03:04:24 +0000 |
commit | 73ad7989194c210cd90f6f3a696250df162b69eb (patch) | |
tree | cf3795a1afaff4226a5d5c75c76c4403105b1a4d /src/map/battle.h | |
parent | 6d5d8185e0213433def88dece01f66f180bb1a92 (diff) | |
download | hercules-73ad7989194c210cd90f6f3a696250df162b69eb.tar.gz hercules-73ad7989194c210cd90f6f3a696250df162b69eb.tar.bz2 hercules-73ad7989194c210cd90f6f3a696250df162b69eb.tar.xz hercules-73ad7989194c210cd90f6f3a696250df162b69eb.zip |
Initial support for Royal Guard and some adjustments here and there.
- credits to 3ceam for the base.
- should you step by any bugs let us know, http://rathena.org/board/tracker/
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15404 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 6c280e085..e1e196d4d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -512,5 +512,9 @@ int battle_get_value(const char* w1); // struct block_list* battle_getenemyarea(struct block_list *src, int x, int y, int range, int type, int ignore_id); +/** + * Royal Guard + **/ +int battle_damage_area( struct block_list *bl, va_list ap); #endif /* _BATTLE_H_ */ |