summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2020-01-01 16:15:01 +0100
committerAsheraf <acheraf1998@gmail.com>2020-01-01 16:33:08 +0100
commitf8d457ea0e6b0d97785eb75b1dc6e00387dc94e5 (patch)
tree8d458dea98d7e9c67a2b088a08a0f0d8219438ce /src/map/pc.h
parent486b1f1558d8bd87eb3260ec4eb0a573e509a28c (diff)
downloadhercules-f8d457ea0e6b0d97785eb75b1dc6e00387dc94e5.tar.gz
hercules-f8d457ea0e6b0d97785eb75b1dc6e00387dc94e5.tar.bz2
hercules-f8d457ea0e6b0d97785eb75b1dc6e00387dc94e5.tar.xz
hercules-f8d457ea0e6b0d97785eb75b1dc6e00387dc94e5.zip
Add support for auto exp insurance items
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 6ae52c84b..5957a3319 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1196,6 +1196,7 @@ END_ZEROED_BLOCK; /* End */
bool (*isDeathPenaltyJob) (uint16 job);
bool (*has_second_costume) (struct map_session_data *sd);
bool (*expandInventory) (struct map_session_data *sd, int adjustSize);
+ bool (*auto_exp_insurance) (struct map_session_data *sd);
};
#ifdef HERCULES_CORE