Follow up 881bdb08714b257b5789da80c0f6017a9185ee62

* Added IG_Old_Ore_Box to db/const.txt with value 422

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
This commit is contained in:
Cydh Ramdh 2015-02-27 03:32:37 +07:00
parent 714e670327
commit 63b85277f5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;
}