Changed die packet default flag to 1.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user