Skip to content

Commit eece760

Browse files
committed
fix: migrate all clansettings_full packets to low priority group
1 parent 04a4007 commit eece760

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

  • protocol
    • osrs-221/osrs-221-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-222/osrs-222-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-223/osrs-223-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-224/osrs-224-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-226/osrs-226-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-227/osrs-227-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-228/osrs-228-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-229/osrs-229-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-230/osrs-230-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-231/osrs-231-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-232/osrs-232-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-233/osrs-233-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-234/osrs-234-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-235/osrs-235-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-236/osrs-236-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-237/osrs-237-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-238/osrs-238-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan
    • osrs-239/osrs-239-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan

protocol/osrs-221/osrs-221-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ClanSettingsFull private constructor(
2424
public val clanType: Int
2525
get() = _clanType.toInt()
2626
override val category: ServerProtCategory
27-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
27+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2828

2929
override fun toString(): String =
3030
"ClanSettingsFull(" +

protocol/osrs-222/osrs-222-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ClanSettingsFull private constructor(
2424
public val clanType: Int
2525
get() = _clanType.toInt()
2626
override val category: ServerProtCategory
27-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
27+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2828

2929
override fun toString(): String =
3030
"ClanSettingsFull(" +

protocol/osrs-223/osrs-223-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ClanSettingsFull private constructor(
2424
public val clanType: Int
2525
get() = _clanType.toInt()
2626
override val category: ServerProtCategory
27-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
27+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2828

2929
override fun toString(): String =
3030
"ClanSettingsFull(" +

protocol/osrs-224/osrs-224-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ClanSettingsFull private constructor(
2424
public val clanType: Int
2525
get() = _clanType.toInt()
2626
override val category: ServerProtCategory
27-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
27+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2828

2929
override fun toString(): String =
3030
"ClanSettingsFull(" +

protocol/osrs-225/osrs-225-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

protocol/osrs-226/osrs-226-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

protocol/osrs-227/osrs-227-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

protocol/osrs-228/osrs-228-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

protocol/osrs-229/osrs-229-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

protocol/osrs-230/osrs-230-model/src/main/kotlin/net/rsprot/protocol/game/outgoing/clan/ClanSettingsFull.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClanSettingsFull private constructor(
2525
public val clanType: Int
2626
get() = _clanType.toInt()
2727
override val category: ServerProtCategory
28-
get() = GameServerProtCategory.HIGH_PRIORITY_PROT
28+
get() = GameServerProtCategory.LOW_PRIORITY_PROT
2929

3030
override fun estimateSize(): Int {
3131
return when (update) {

0 commit comments

Comments
 (0)