Fixed segmentation fault at server shutdown caused by r15521.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15522 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
2c2a3cad15
commit
62246acffa
@ -4550,7 +4550,7 @@ int do_final_mob(void)
|
|||||||
mob_chat_db[i] = NULL;
|
mob_chat_db[i] = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (i = 0; i <= MAX_ITEMDB; i++)
|
for (i = 0; i < MAX_ITEMDB; i++)
|
||||||
{
|
{
|
||||||
if (item_drop_ratio_db[i] != NULL)
|
if (item_drop_ratio_db[i] != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user