Changed die packet default flag to 1.
This commit is contained in:
parent
d1e3bd41b2
commit
51087c730b
@ -33,7 +33,7 @@ public class Die implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _objectId;
|
||||
private final boolean _isSweepable;
|
||||
private int _flags = 0;
|
||||
private int _flags = 1; // To nearest village.
|
||||
|
||||
public Die(Creature creature)
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ public class Die implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _objectId;
|
||||
private final boolean _isSweepable;
|
||||
private int _flags = 0;
|
||||
private int _flags = 1; // To nearest village.
|
||||
|
||||
public Die(Creature creature)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user