summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 22:07:36 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 22:07:36 +0000
commit72c4b91d210c6b8885033896d7b6e31b1baa5bc6 (patch)
tree113dd80a6a58fbf8bdab53dbbd4afcafa4f395b6
parentfe158936e4adf4c89a8bc14423ad686f645e3b9f (diff)
downloadhercules-72c4b91d210c6b8885033896d7b6e31b1baa5bc6.tar.gz
hercules-72c4b91d210c6b8885033896d7b6e31b1baa5bc6.tar.bz2
hercules-72c4b91d210c6b8885033896d7b6e31b1baa5bc6.tar.xz
hercules-72c4b91d210c6b8885033896d7b6e31b1baa5bc6.zip
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
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
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