summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 02:55:55 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 02:55:55 +0000
commit42cb65ffe692ccb12623fbc9af12e31f7678d33c (patch)
tree948b3fd62fb3beec34d5dc429c82bcd0dee0ce01 /src/map/guild.c
parentfd7e97b5e56bc22dad7814b20fefe45c66ff5352 (diff)
downloadhercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.gz
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.bz2
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.xz
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.zip
Updated new guild skills (50%)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@338 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index fc13adcf0..fff6305d4 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -940,6 +940,8 @@ int guild_skillup(struct map_session_data *sd,int skill_num,int flag)
g->skill[idx].lv < guild_skill_get_max(skill_num) ){
intif_guild_skillup(g->guild_id,skill_num,sd->status.account_id,flag);
}
+ pc_calcstatus (sd, 0); // Celest
+
return 0;
}
// スキルポイント割り振り通知