From 2fbedc46150f0b296d165ff58defd3a5e6a7deb9 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 28 Jun 2006 16:42:32 +0000 Subject: - Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with INF2_PARTY_ONLY/INF2_GUILD_ONLY when said skill should ALSO be allowed to be used on enemies. - Updated Soul Change to use inf2 4096 (INF2_ALLOW_ENEMY). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 63d097b14..fc7e5c7a8 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6358,7 +6358,7 @@ int pc_checkitem(struct map_session_data *sd) continue; if( battle_config.item_check && !itemdb_available(id) ){ if(battle_config.error_log) - ShowWarning("illeagal item id %d in %d[%s] cart.\n",id,sd->bl.id,sd->status.name); + ShowWarning("illegal item id %d in %d[%s] cart.\n",id,sd->bl.id,sd->status.name); pc_cart_delitem(sd,i,sd->status.cart[i].amount,1); continue; } -- cgit v1.2.3-70-g09d2