summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-07 04:15:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-07 04:15:39 +0000
commit2fd138bcf99d5dae36069b715363029f07a5e057 (patch)
tree9eb5b6de5b7effa979c2fd8d43fd04f4532358a9 /src/map/map.h
parent7b72dcdc54c991a85565edb14e86e16a6b1fbda7 (diff)
downloadhercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.gz
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.bz2
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.xz
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.zip
- Some corrections due to the guild skill position change.
- Removed file todo-for-stable as it's impossible to keep it updated :X git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5479 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 7dba6ac6e..14eca4ca5 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -350,7 +350,6 @@ struct weapon_data {
short sp_drain_rate;
short sp_drain_per;
short sp_drain_value;
-
short add_damage_classid[MAX_PC_BONUS];
int add_damage_classrate[MAX_PC_BONUS];
int add_damage_class_count;
@@ -514,7 +513,6 @@ struct map_session_data {
int skilltarget;
short skillx,skilly;
short skillid,skilllv;
-
short skillitem,skillitemlv;
short skillid_old,skilllv_old;
short skillid_dance,skilllv_dance;
@@ -1230,7 +1228,6 @@ int map_delblock_sub(struct block_list *, int);
#define map_addblock(bl) map_addblock_sub(bl,1)
#define map_delblock(bl) map_delblock_sub(bl,1)
int map_moveblock(struct block_list *, int, int, unsigned int);
-
int map_foreachinrange(int (*)(struct block_list*,va_list),struct block_list *,int,int,...);
int map_foreachinarea(int (*)(struct block_list*,va_list),int,int,int,int,int,int,...);
// -- moonsoul (added map_foreachincell)