Proper MagicSkillUse _isGroundTargetSkill value.

This commit is contained in:
MobiusDevelopment 2022-12-23 06:56:33 +00:00
parent 87ff6d6e32
commit c2d2996b38
6 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{

View File

@ -91,7 +91,7 @@ public class MagicSkillUse extends ServerPacket
writeInt(_creature.getX());
writeInt(_creature.getY());
writeInt(_creature.getZ());
writeShort(_isGroundTargetSkill ? 64 : 0);
writeShort(_isGroundTargetSkill ? 0x10000 : 0);
writeShort(_groundLocations.size());
for (Location location : _groundLocations)
{