Merge branch 'fix-3137-wiredconditionactoriswearingeffect-packet-is-wrong' into 'dev'

fix #3137: WiredConditionActorIsWearingEffect packet is wrong

See merge request morningstar/Arcturus-Community!114
This commit is contained in:
ArpyAge 2025-01-22 16:02:23 +00:00
commit 1b79b1c9a4

View File

@ -68,8 +68,9 @@ public class WiredConditionHabboHasEffect extends InteractionWiredCondition {
message.appendInt(0);
message.appendInt(this.getBaseItem().getSpriteId());
message.appendInt(this.getId());
message.appendString(this.effectId + "");
message.appendInt(0);
message.appendString("");
message.appendInt(1);
message.appendInt(this.effectId);
message.appendInt(0);
message.appendInt(this.getType().code);
message.appendInt(0);