Преглед на файлове

Forgot to increase MAX_ITEMDELAYs to 18.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14965 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf преди 13 години
родител
ревизия
4ac7586ed4
променени са 3 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 2 1
      Changelog-Renewal.txt
  2. 1 1
      db/Changelog.txt
  3. 1 1
      src/map/itemdb.h

+ 2 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.