From 73ed64203442f42a21f8f98d25f7c0fade9262dc Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Tue, 14 May 2013 11:29:11 +1200 Subject: Add SHAREXP distinction, create UNKNOWNXP default Previously, KILLXP was being set as the catchall, which caused false positives for XP sharing. Update documentation accordingly. log version incremented to 4. --- src/map/pc.t.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/pc.t.hpp') 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, }; -- cgit v1.2.3-60-g2f50