فهرست منبع

Follow up 881bdb08714b257b5789da80c0f6017a9185ee62
* Added IG_Old_Ore_Box to db/const.txt with value 422

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>

Cydh Ramdh 10 سال پیش
والد
کامیت
63b85277f5
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      db/const.txt
  2. 1 1
      src/map/itemdb.c

+ 1 - 0
db/const.txt

@@ -1161,6 +1161,7 @@ IG_Level_Up_Box160	418
 IG_Gift_Buff_Set        419
 IG_Lucky_Silvervine_Fruit_Box_III10        420
 IG_Lucky_Silvervine_Fruit_Box_III110        421
+IG_Old_Ore_Box	422
 
 SC_ALL	-1
 SC_STONE	0

+ 1 - 1
src/map/itemdb.c

@@ -619,7 +619,7 @@ static void itemdb_read_itemgroup_sub(const char* filename, bool silent)
 			script_get_constant(trim(str[0]), &group_id);
 
 		if (group_id < 0) {
-			ShowWarning("itemdb_read_itemgroup: Invlaid Group ID '%s' (%s:%d)\n", str[0], filename, ln);
+			ShowWarning("itemdb_read_itemgroup: Invalid Group ID '%s' (%s:%d)\n", str[0], filename, ln);
 			continue;
 		}