mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 09:09:54 +02:00
Fix emblems in ascension
This commit is contained in:
@@ -575,7 +575,7 @@ public class GameCharacter implements GameDatabaseObject {
|
|||||||
// Get gem index
|
// Get gem index
|
||||||
int gemIndex = preset.getGemIndex(slotId);
|
int gemIndex = preset.getGemIndex(slotId);
|
||||||
|
|
||||||
if (gemIndex <= 0) {
|
if (gemIndex < 0) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user