|
@@ -5254,7 +5254,7 @@ public final class L2PcInstance extends L2Playable
|
|
|
}
|
|
|
}
|
|
|
// If player is Lucky shouldn't get penalized.
|
|
|
- if (!isLucky() && (insideSiegeZone || !insidePvpZone))
|
|
|
+ if (Config.ALT_GAME_DELEVEL && !isLucky() && (insideSiegeZone || !insidePvpZone))
|
|
|
{
|
|
|
calculateDeathExpPenalty(killer, isAtWarWith(pk));
|
|
|
}
|