From 68fb17f516928242d9d1b4144038d933bfdd7eec Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 21 Jul 2013 16:24:57 -0300 Subject: Fixed Bug #7526 Skill from items with instantaneous casting are no longer affected by magic power http://hercules.ws/board/tracker/issue-7526-item-skill-error/ Signed-off-by: shennetsind --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 855b103b1..e14f9b807 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4222,6 +4222,7 @@ int pc_isUseitem(struct map_session_data *sd,int n) return 0; if( (item->package || item->group) && pc_is90overweight(sd) ) { + //##TODO## find official response to this clif->colormes(sd->fd,COLOR_RED,msg_txt(1477));// Item cannot be open when overweight by 90% return 0; } -- cgit v1.2.3-70-g09d2