summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-06-25 01:54:55 +0200
committerGitHub <noreply@github.com>2017-06-25 01:54:55 +0200
commit44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd (patch)
tree7a1d4b43acb2bdfa0559b61de903d31f9b652cf8 /src/map/script.c
parentf27534cfec882e5e079dc52d7d498ec04648de60 (diff)
parent73db1e215021c1e41df053581703acfa6930b5dc (diff)
downloadhercules-44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd.tar.gz
hercules-44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd.tar.bz2
hercules-44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd.tar.xz
hercules-44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd.zip
Merge pull request #1785 from 4144/packetsupdate
Add and update some existing packets for 2016-2017 clients
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index f7104d255..d993f7547 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -10635,7 +10635,7 @@ BUILDIN(guildchangegm)
if (sd == NULL)
script_pushint(st,0);
else
- script_pushint(st,guild->gm_change(guild_id, sd));
+ script_pushint(st, guild->gm_change(guild_id, sd->status.char_id));
return true;
}