forked from 2009Scape/Server
remove default clan "grim"
This commit is contained in:
parent
4f12448e10
commit
5bc054752d
4 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -152,7 +152,7 @@ public final class CommunicationInfo {
|
|||
statement.setString(3, contacts);
|
||||
statement.setString(4, blocked);
|
||||
statement.setString(5, clanName);
|
||||
statement.setString(6, currentClan == null ? "grim" : currentClan);
|
||||
statement.setString(6, currentClan);
|
||||
statement.setString(7, joinRequirement.ordinal() + "," + messageRequirement.ordinal() + "," + kickRequirement.ordinal() + "," + lootRequirement.ordinal());
|
||||
statement.setString(8, publicChatSetting + "," + privateChatSetting + "," + tradeSetting);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -379,8 +379,6 @@ public final class MSPacketRepository {
|
|||
if (buffer.get() == 1) {
|
||||
String name = buffer.getString();
|
||||
sendJoinClan(player, name);
|
||||
} else {
|
||||
sendJoinClan(player, "keldagrim");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue