summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-15 19:17:47 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-15 19:17:47 +0000
commitc4d9adcdb26912751cdd2ece2ba96fe1edae99e6 (patch)
tree3dd02f0fa8d868571831ebbff4153e486d7e24fe /src/map/pc.c
parent08183ff337d09e22aa964883cc2722c68394d3c6 (diff)
downloadhercules-c4d9adcdb26912751cdd2ece2ba96fe1edae99e6.tar.gz
hercules-c4d9adcdb26912751cdd2ece2ba96fe1edae99e6.tar.bz2
hercules-c4d9adcdb26912751cdd2ece2ba96fe1edae99e6.tar.xz
hercules-c4d9adcdb26912751cdd2ece2ba96fe1edae99e6.zip
- Removed the ->prev != NULL checks in skill_attack due to the fact that the code should check elsewhere how it should behave (eg: if traps are not cleared on death, stepping on one afterwards SHOULD cause damage)
- Removed use of packet 0x1c9 for skill_unit display, except for Graffiti (which is the only unit which requires the much larger packet) - clif_getareachar_skillunit will sent the unit_id of UNT_ATTACK_SKILLS for traps (this is to prevent them from displaying on the client) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index f752f3a5e..493d6327c 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -2532,7 +2532,6 @@ int pc_takeitem(struct map_session_data *sd,struct flooritem_data *fitem)
}
}
}
- first_sd = NULL; //First_sd will store who picked up the item.
//This function takes care of giving the item to whoever should have it
//considering party-share options.
if ((flag = party_share_loot(p,sd,&fitem->item_data))) {