summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 1d286191d..72f869f4e 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -188,7 +188,7 @@ enum bl_type {
#define BL_CHAR (BL_PC|BL_MOB|BL_HOM)
#define BL_ALL 0xfff
-enum npc_subtype { WARP, SHOP, SCRIPT };
+enum npc_subtype { WARP, SHOP, SCRIPT, CASHSHOP };
enum {
RC_FORMLESS=0,
@@ -782,6 +782,8 @@ struct map_session_data {
char away_message[128]; // [LuzZza]
+ int cashPoints, kafraPoints;
+
// Mail System [Zephyrus]
struct {
short nameid;