mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-04-13 19:46:34 +02:00
fixed advancedEnchants compatibility 2
This commit is contained in:
parent
95e7496f7d
commit
c07fc26eca
@ -166,6 +166,6 @@ public class AdvancedEnchantsStat extends ItemStat implements InternalStat {
|
||||
}
|
||||
|
||||
// Thats it
|
||||
return enchants;
|
||||
return enchants.enchants.size() == 0 ? null : enchants;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user