From 72c4b91d210c6b8885033896d7b6e31b1baa5bc6 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 31 May 2012 22:07:36 +0000 Subject: Follow up r16187 adjusted packetver range for the rode bugfix, special thanks to sizenine git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16191 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index e765b44c9..7d508eb21 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1353,7 +1353,7 @@ 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 PACKETVER <= 20120207 if (sd->status.robe) clif_refreshlook(bl,bl->id,LOOK_ROBE,sd->status.robe,AREA); #endif -- cgit v1.2.3-60-g2f50