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:
parent
714e670327
commit
63b85277f5
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user