Sync with L2jServer HighFive Jun 14th 2015.
This commit is contained in:
@ -47,7 +47,6 @@ public final class Grow extends AbstractEffect
|
||||
if (info.getEffected().isNpc())
|
||||
{
|
||||
L2Npc npc = (L2Npc) info.getEffected();
|
||||
npc.setCollisionHeight(npc.getTemplate().getCollisionHeight());
|
||||
npc.setCollisionRadius(npc.getTemplate().getfCollisionRadius());
|
||||
}
|
||||
}
|
||||
@ -58,7 +57,6 @@ public final class Grow extends AbstractEffect
|
||||
if (info.getEffected().isNpc())
|
||||
{
|
||||
L2Npc npc = (L2Npc) info.getEffected();
|
||||
npc.setCollisionHeight(npc.getTemplate().getCollisionHeightGrown());
|
||||
npc.setCollisionRadius(npc.getTemplate().getCollisionRadiusGrown());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user