diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-30 20:18:17 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-30 20:18:17 +0000 |
commit | 692dd1e5737b01ef26ba889f60d013cb992c3cec (patch) | |
tree | 8fe4b517c3faf028b57e103bb90a77cb5e21f422 | |
parent | 00f4b25981be9632f662ff055bae81ad3d49694f (diff) | |
download | hercules-692dd1e5737b01ef26ba889f60d013cb992c3cec.tar.gz hercules-692dd1e5737b01ef26ba889f60d013cb992c3cec.tar.bz2 hercules-692dd1e5737b01ef26ba889f60d013cb992c3cec.tar.xz hercules-692dd1e5737b01ef26ba889f60d013cb992c3cec.zip |
Forgot to increase MAX_ITEMDELAYs to 18.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14965 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Renewal.txt | 3 | ||||
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | src/map/itemdb.h | 2 |
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. |