Warning fix

This commit is contained in:
Shauren
2022-10-21 22:34:43 +02:00
parent 879c0cccfc
commit 29cfbedfb2

View File

@@ -3252,6 +3252,8 @@ void GameObject::OnLootRelease(Player* looter)
}
break;
}
default:
break;
}
}