summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-10 17:37:13 -0200
committershennetsind <ind@henn.et>2013-12-10 17:37:13 -0200
commitd23abe0be6814a8b63a50716bac4963c6b6c0517 (patch)
tree375f725a41f4f16fbd06d309cc8e574ce5ab13ef /src/map/clif.c
parentb4136dd3d4779d80df18f84929c576c8080cd7b8 (diff)
parentc3c5e31443c218fb7fbf42b2c48d158b01f37131 (diff)
downloadhercules-d23abe0be6814a8b63a50716bac4963c6b6c0517.tar.gz
hercules-d23abe0be6814a8b63a50716bac4963c6b6c0517.tar.bz2
hercules-d23abe0be6814a8b63a50716bac4963c6b6c0517.tar.xz
hercules-d23abe0be6814a8b63a50716bac4963c6b6c0517.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 41ba732fe..a04ac0e27 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -18252,6 +18252,7 @@ static void __attribute__ ((unused)) packetdb_addpacket(short cmd, int len, ...)
packet_db[cmd].pos[i] = pos;
}
+ va_end(va);
}
void packetdb_loaddb(void) {