Fix emblems in ascension

This commit is contained in:
Melledy
2026-01-16 20:18:06 -08:00
parent f0afcb1865
commit 7e73f02bc3
@@ -575,7 +575,7 @@ public class GameCharacter implements GameDatabaseObject {
// Get gem index
int gemIndex = preset.getGemIndex(slotId);
if (gemIndex <= 0) {
if (gemIndex < 0) {
return null;
}