Browse Source

Fixed bugreport:5812 november 2011 or earlier clients shall now display the robes properly.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16187 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 years ago
parent
commit
86b0ee72ba
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/map/clif.c

+ 4 - 0
src/map/clif.c

@@ -1353,6 +1353,10 @@ int clif_spawn(struct block_list *bl)
 				//New Mounts are not complaint to the original method, so we gotta tell this guy that he is mounting.
 				clif_status_load_notick(&sd->bl,SI_ALL_RIDING,2,1,0,0);
 			}
+		#if PACKETVER <= 20111116
+			if (sd->status.robe)
+				clif_refreshlook(bl,bl->id,LOOK_ROBE,sd->status.robe,AREA);			
+		#endif
 		}
 		break;
 	case BL_MOB: