diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-20 14:45:17 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-20 14:45:17 +0000 |
commit | 4c83e7a2c27293b549b88e333550178fbbf04f2b (patch) | |
tree | e643da29f5cdfc65203dda48dc5688ad617723ec /src/map/pc.h | |
parent | 335da0f744a55fdff1659848b264b5582a4f953d (diff) | |
download | hercules-4c83e7a2c27293b549b88e333550178fbbf04f2b.tar.gz hercules-4c83e7a2c27293b549b88e333550178fbbf04f2b.tar.bz2 hercules-4c83e7a2c27293b549b88e333550178fbbf04f2b.tar.xz hercules-4c83e7a2c27293b549b88e333550178fbbf04f2b.zip |
- Small fix to prevent killer/killable states from allowing you to target yourself.
- Added Explosion Spirits to list of effects that dispel on logout.
- Fixed handling of guild skills by pc_blockskill_start, renamed it to skill_blockpc_start as it needs some constants available only in skill.c
- Fixed autoguard icon showing with stun.
- Fixed splash area of Ganbantein
- Fixed acid demonstration breaking shield instead of armor.
- Fixed Slim Pitcher crashing server ocassionally.
- Hopefully fixed Ankle Snare lasting the whole trap's duration
- Added sc_start(SC_ENDURE) on infinite endure bonus.
- Fixed Berserk Pitcher consuming required items twice.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5681 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index a1b82dd15..66591adc8 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -94,8 +94,6 @@ int pc_bonus3(struct map_session_data *sd,int,int,int,int); int pc_bonus4(struct map_session_data *sd,int,int,int,int,int);
int pc_skill(struct map_session_data*,int,int,int);
-int pc_blockskill_start (struct map_session_data*,int,int); // [celest]
-
int pc_insert_card(struct map_session_data *sd,int idx_card,int idx_equip);
int pc_steal_item(struct map_session_data *sd,struct block_list *bl);
|