2
0
MELERIX 13 жил өмнө
parent
commit
d16624bf35

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/SevenSignsFestival.java

@@ -1571,7 +1571,7 @@ public class SevenSignsFestival implements SpawnListener
 		{
 			// If the current score is greater than that for the other cabal,
 			// then they already have the points from this festival.
-			if (thisCabalHighScore < otherCabalHighScore)
+			if (thisCabalHighScore > otherCabalHighScore)
 				return false;
 			
 			List<Integer> prevParticipants = getPreviousParticipants(oracle, festivalId);