summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/char/int_party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp
index c64b208..8566f3c 100644
--- a/src/char/int_party.cpp
+++ b/src/char/int_party.cpp
@@ -49,7 +49,7 @@ std::string inter_party_tostr(struct party *p)
(m->account_id > 0) ? m->name : "NoMember");
}
- return 0;
+ return str;
}
// パーティデータの文字列からの変換