summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-25 10:32:06 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-25 10:32:06 +0000
commitc966d1aaddd3f0fe455f6ba2bd829f26b75382eb (patch)
tree22b6f1d99f0a29d286a3097961f29a99a8df8566 /src/map/script.c
parent381ebf6a8da1e8d0085b4fdb92d0dd9bf811b2aa (diff)
downloadhercules-c966d1aaddd3f0fe455f6ba2bd829f26b75382eb.tar.gz
hercules-c966d1aaddd3f0fe455f6ba2bd829f26b75382eb.tar.bz2
hercules-c966d1aaddd3f0fe455f6ba2bd829f26b75382eb.tar.xz
hercules-c966d1aaddd3f0fe455f6ba2bd829f26b75382eb.zip
Fixed losing skill list after base change. (bugreport:3106)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13812 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 81cb2933c..a414de4ca 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -8636,6 +8636,7 @@ BUILDIN_FUNC(changebase)
clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon);
if (sd->vd.cloth_color)
clif_changelook(&sd->bl,LOOK_CLOTHES_COLOR,sd->vd.cloth_color);
+ clif_skillinfoblock(sd);
}
return 0;