Addition of EtcStatusUpdate light and dark soul bytes.
This commit is contained in:
@@ -49,6 +49,8 @@ public class EtcStatusUpdate implements IClientOutgoingPacket
|
|||||||
packet.writeC(0); // Death Penalty [1-15, 0 = disabled)], not used anymore in Ertheia
|
packet.writeC(0); // Death Penalty [1-15, 0 = disabled)], not used anymore in Ertheia
|
||||||
packet.writeC(_player.getChargedSouls());
|
packet.writeC(_player.getChargedSouls());
|
||||||
packet.writeC(_mask);
|
packet.writeC(_mask);
|
||||||
|
packet.writeC(0); // Shadow souls
|
||||||
|
packet.writeC(0); // Light souls
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user