Remove Portal Stone from leader when entering Antharas.
Contributed by Psyancy.
This commit is contained in:
parent
9fc4fd1796
commit
9ecadcfa3e
@ -231,6 +231,7 @@ public class Antharas extends AbstractNpcAI
|
||||
}
|
||||
else
|
||||
{
|
||||
takeItems(player, STONE, 1);
|
||||
for (PlayerInstance member : members)
|
||||
{
|
||||
if (member.isInsideRadius3D(npc, 1000))
|
||||
|
Loading…
Reference in New Issue
Block a user