MELERIX 13 лет назад
Родитель
Сommit
d16624bf35
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/SevenSignsFestival.java

+ 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,
 			// If the current score is greater than that for the other cabal,
 			// then they already have the points from this festival.
 			// then they already have the points from this festival.
-			if (thisCabalHighScore < otherCabalHighScore)
+			if (thisCabalHighScore > otherCabalHighScore)
 				return false;
 				return false;
 			
 			
 			List<Integer> prevParticipants = getPreviousParticipants(oracle, festivalId);
 			List<Integer> prevParticipants = getPreviousParticipants(oracle, festivalId);