mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-22 13:02:36 +01:00
fix #3137: WiredConditionActorIsWearingEffect packet is wrong
This commit is contained in:
parent
c2e5424122
commit
22055f0964
@ -68,8 +68,9 @@ public class WiredConditionHabboHasEffect extends InteractionWiredCondition {
|
|||||||
message.appendInt(0);
|
message.appendInt(0);
|
||||||
message.appendInt(this.getBaseItem().getSpriteId());
|
message.appendInt(this.getBaseItem().getSpriteId());
|
||||||
message.appendInt(this.getId());
|
message.appendInt(this.getId());
|
||||||
message.appendString(this.effectId + "");
|
message.appendString("");
|
||||||
message.appendInt(0);
|
message.appendInt(1);
|
||||||
|
message.appendInt(this.effectId);
|
||||||
message.appendInt(0);
|
message.appendInt(0);
|
||||||
message.appendInt(this.getType().code);
|
message.appendInt(this.getType().code);
|
||||||
message.appendInt(0);
|
message.appendInt(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user