mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix emblems in ascension
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user