Ertheias should not be notified for Awakening on level up as well.
This commit is contained in:
parent
f82b5c219d
commit
54ac4bc953
@ -1050,7 +1050,7 @@ public final class MemoryOfDisaster extends AbstractInstance
|
||||
}
|
||||
|
||||
final L2PcInstance player = event.getActiveChar();
|
||||
if ((player.getLevel() > 84) && player.isInCategory(CategoryType.FOURTH_CLASS_GROUP) && !player.isSubClassActive() && (player.getClassId() != ClassId.JUDICATOR))
|
||||
if ((player.getLevel() > 84) && player.isInCategory(CategoryType.FOURTH_CLASS_GROUP) && !player.isSubClassActive() && (player.getClassId() != ClassId.JUDICATOR) && (player.getRace() != Race.ERTHEIA))
|
||||
{
|
||||
for (ClassId newClass : player.getClassId().getNextClassIds())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user