summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-19 16:45:43 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-19 16:45:43 +0000
commitb3f24a0f3461e1e05e26edca99858bc576392849 (patch)
treefbf27fe5e28dae7ebd6bb66dc65b9048a200f6dd /src
parenta3a9b9a5dc441baa552023b3410e11038fe3f0e1 (diff)
downloadhercules-b3f24a0f3461e1e05e26edca99858bc576392849.tar.gz
hercules-b3f24a0f3461e1e05e26edca99858bc576392849.tar.bz2
hercules-b3f24a0f3461e1e05e26edca99858bc576392849.tar.xz
hercules-b3f24a0f3461e1e05e26edca99858bc576392849.zip
partial revert of r14295
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14297 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-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 f82b83be3..5f49ac039 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8222,8 +8222,8 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
clif_refreshlook(&sd->bl,sd->bl.id,LOOK_CLOTHES_COLOR,sd->vd.cloth_color,SELF);
// item
- clif_inventorylist(sd);
pc_checkitem(sd);
+ clif_inventorylist(sd);
// cart
if(pc_iscarton(sd)) {