summaryrefslogtreecommitdiff
path: root/src/map/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.cpp')
-rw-r--r--src/map/itemdb.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp
index 7861796..19b5d3e 100644
--- a/src/map/itemdb.cpp
+++ b/src/map/itemdb.cpp
@@ -219,23 +219,6 @@ int itemdb_isequip3(int nameid)
return 0;
}
-/*==========================================
- * 捨てられるアイテムは1、そうでないアイテムは0
- *------------------------------------------
- */
-int itemdb_isdropable(int nameid)
-{
- //結婚指輪は捨てられない
- switch (nameid)
- {
- case 2634: //結婚指輪
- case 2635: //結婚指輪
- return 0;
- }
-
- return 1;
-}
-
//
// 初期化
//