summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-13 00:28:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-19 22:24:50 +0300
commitc479ff1aafe1765633ebdc310f86c1d9035a6a16 (patch)
treeeb0180df40f4794a15c1a182a6593f88c8920ac4 /src/map/atcommand.c
parentfbbc7f4dec0c7301a0ee3547675a2fba6c62a34c (diff)
downloadhercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.gz
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.bz2
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.xz
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.zip
Update inventory packet for 2018-09-12 RE.
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 6522f3013..2538f797c 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -4297,7 +4297,7 @@ ACMD(repairall)
if (count > 0) {
clif->misceffect(&sd->bl, 3);
- clif->equiplist(sd);
+ clif->equipList(sd);
clif->message(fd, msg_fd(fd,107)); // All items have been repaired.
} else {
clif->message(fd, msg_fd(fd,108)); // No item need to be repaired.