summaryrefslogtreecommitdiff
path: root/src/map/pc.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.t.hpp')
-rw-r--r--src/map/pc.t.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.t.hpp b/src/map/pc.t.hpp
index 26e4d94..feffd89 100644
--- a/src/map/pc.t.hpp
+++ b/src/map/pc.t.hpp
@@ -8,7 +8,9 @@ enum class PC_GAINEXP_REASON
KILLING = 0,
HEALING = 1,
SCRIPT = 2,
+ SHARING = 3,
+ UNKNOWN,
COUNT,
};