summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog-Renewal.txt3
-rw-r--r--db/Changelog.txt2
-rw-r--r--src/map/itemdb.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index cdeeaf2e3..f09e03fea 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -1,7 +1,8 @@
Date Added
2011/09/30
- * Rev. 14963 Just a slew of back-logged source updates. [L0ne_W0lf]
+ * Rev. 14965 Forgot to increase MAX_ITEMDELAYs to 18. [L0ne_W0lf]
+ * Rev. 14964 Just a slew of back-logged source updates. [L0ne_W0lf]
* Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.
* Still working on updating the status window to display properly.
* Refine bonuses on armor now apply properly. (+1 additional bonus for every 4 refines.) Refining in general now goes up to 20.
diff --git a/db/Changelog.txt b/db/Changelog.txt
index f81d9acd0..4883369e4 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -10,7 +10,7 @@
=======================
2011/09/30
- * Rev. 14963 Minor changes from kRO's 30/08/2011 maintainence, and general updates. [L0ne_W0lf]
+ * Rev. 14964 Minor changes from kRO's 30/08/2011 maintainence, and general updates. [L0ne_W0lf]
* Added constants to the database for future updates.
* Updated Runestones and creation items.
* Added Runestone delays to item_delay.
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index b24944fb5..c94534566 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -9,7 +9,7 @@
#define MAX_RANDITEM 11000
// The maximum number of item delays
-#define MAX_ITEMDELAYS 10
+#define MAX_ITEMDELAYS 18
#define MAX_SEARCH 5 //Designed for search functions, species max number of matches to display.