Skip to content
Snippets Groups Projects
Commit 4a9c1748 authored by St3eT's avatar St3eT
Browse files

BETA: Fixed minor typo in '''!CastleCourtMagician''' AI.

parent b4669baf
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ public final class CastleCourtMagician extends AbstractNpcAI ...@@ -269,7 +269,7 @@ public final class CastleCourtMagician extends AbstractNpcAI
if ((clanLeader != null) && clanLeader.isAffectedBySkill(CLAN_GATE)) if ((clanLeader != null) && clanLeader.isAffectedBySkill(CLAN_GATE))
{ {
if (CallPc.checkSummonTargetStatus(clanLeader, player)) // TODO: Custom one, retail dont check it but for sure lets check same conditions like when summon player by skill. if (CallPc.checkSummonTargetStatus(player, clanLeader)) // TODO: Custom one, retail dont check it but for sure lets check same conditions like when summon player by skill.
{ {
npc.setTarget(player); npc.setTarget(player);
npc.doCast(DISPLAY_CLAN_GATE.getSkill()); npc.doCast(DISPLAY_CLAN_GATE.getSkill());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment