mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-22 21:12:36 +01:00
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:
commit
1b79b1c9a4
@ -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