Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/RequestActionUse.java b/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/RequestActionUse.java
- index 5d76899..f79627b 100644
- --- a/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/RequestActionUse.java
- +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/RequestActionUse.java
- @@ -178,7 +178,7 @@
- summon.setTarget(target);
- // Summon loses follow status, no matter what.
- - summon.getAI().setFollowStatus(false);
- + summon.getAI().setFollowStatus(true);
- if (target instanceof Creature)
- {
Add Comment
Please, Sign In to add comment