|
|
|
@ -113,10 +113,10 @@ public final class Bane {
@@ -113,10 +113,10 @@ public final class Bane {
|
|
|
|
|
|
|
|
|
|
public static boolean summonBanestone(PlayerCharacter player, ClientConnection origin, int rank) { |
|
|
|
|
|
|
|
|
|
if(LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.WEDNESDAY) == false && LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.THURSDAY) == false){ |
|
|
|
|
ChatManager.chatSystemError(player, "You can only place banes on Wednesdays and Thursdays."); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
//if(LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.WEDNESDAY) == false && LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.THURSDAY) == false){
|
|
|
|
|
// ChatManager.chatSystemError(player, "You can only place banes on Wednesdays and Thursdays.");
|
|
|
|
|
// return false;
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
Guild baningGuild; |
|
|
|
|
Zone cityZone; |
|
|
|
|