summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 801b81be8..f2444cef1 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -5,7 +5,7 @@
#define _ITEMDB_H_
#include "../common/mmo.h" // ITEM_NAME_LENGTH
-#include "map.h" //RRMODE
+#include "map.h" //REMODE
#define MAX_RANDITEM 11000
@@ -56,7 +56,7 @@ struct item_data {
int equip;
int weight;
int atk;
-#if RRMODE
+#if REMODE
int matk;//[RRInd] -- used in RE for matk
#endif
int def;