From 0fcfb97f9aab16e782440a9f785dba45e89213d4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 26 Jun 2006 13:47:01 +0000 Subject: - Autospells will now again check for the skill's nk value, so that skills tagged "nodamage" skills will not trigger autospells. - A bit of cleaning in pc_equippoint - Corrected clif_item_sub so that pet eggs will correctly be sent as equipment (fixes them showing up "broken" and with random refine levels) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7341 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 030c174bc..417aab16f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -390,7 +390,9 @@ int pc_equippoint(struct map_session_data *sd,int n) if(sd->inventory_data[n]) { ep = sd->inventory_data[n]->equip; - if(sd->inventory_data[n]->look == 1 || sd->inventory_data[n]->look == 2 || sd->inventory_data[n]->look == 6) { + if(sd->inventory_data[n]->look == W_DAGGER || + sd->inventory_data[n]->look == W_1HSWORD || + sd->inventory_data[n]->look == W_1HAXE) { if(ep == 2 && (pc_checkskill(sd,AS_LEFT) > 0 || (sd->class_&MAPID_UPPERMASK) == MAPID_ASSASSIN)) return 34; } -- cgit v1.2.3-70-g09d2