summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-07-27 10:39:40 +0200
committerGitHub <noreply@github.com>2017-07-27 10:39:40 +0200
commitb04ce31b952c75d5206fbfec68f2a2712da833c3 (patch)
tree9031210c2158e437dec26b26f1135934fe692dbf /src/map/clif.c
parent45d2d465591d89d927aadf398cdb6166afe9cd9a (diff)
parent08121dbcef6b6a70e39ba6c5391d605d1f3e3944 (diff)
downloadhercules-b04ce31b952c75d5206fbfec68f2a2712da833c3.tar.gz
hercules-b04ce31b952c75d5206fbfec68f2a2712da833c3.tar.bz2
hercules-b04ce31b952c75d5206fbfec68f2a2712da833c3.tar.xz
hercules-b04ce31b952c75d5206fbfec68f2a2712da833c3.zip
Merge pull request #1811 from 4144/refactor
Refactor status_change_start and fix some issues in other code
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 905b6a3ce..bb4d53a99 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -17726,7 +17726,7 @@ void clif_cashshop_db(void) {
if( cashshop != NULL && (cats = libconfig->setting_get_elem(cashshop, 0)) != NULL ) {
for(i = 0; i < CASHSHOP_TAB_MAX; i++) {
struct config_setting_t *cat;
- char entry_name[10];
+ char entry_name[15];
sprintf(entry_name,"cat_%d",i);