summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index bcac46f..a098978 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -3107,16 +3107,6 @@ int pc_checkjoblevelup(struct map_session_data *sd)
return 0;
}
-/*==========================================
- * 経験値取得
- *------------------------------------------
- */
-int pc_gainexp(struct map_session_data *sd, int base_exp, int job_exp)
-{
- return pc_gainexp_reason(sd, base_exp, job_exp,
- PC_GAINEXP_REASON::UNKNOWN);
-}
-
int pc_gainexp_reason(struct map_session_data *sd, int base_exp, int job_exp,
PC_GAINEXP_REASON reason)
{