From f9ea0a65babc2219c0cf22f69fa21bbc43ca4c94 Mon Sep 17 00:00:00 2001 From: Adry_85 <Adrya85@hotmail.it> Date: Sat, 11 Jan 2014 14:09:06 +0000 Subject: [PATCH] BETA: Fixing Signet skills with proper npc. Reported by: u3games --- .../dist/game/data/stats/skills/00400-00499.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/L2J_DataPack_BETA/dist/game/data/stats/skills/00400-00499.xml b/L2J_DataPack_BETA/dist/game/data/stats/skills/00400-00499.xml index a9913a8830..536b5bd643 100644 --- a/L2J_DataPack_BETA/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_DataPack_BETA/dist/game/data/stats/skills/00400-00499.xml @@ -1944,7 +1944,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13025" npcCount="1" /> + <param npcId="13019" npcCount="1" /> </effect> </for> </skill> @@ -1966,7 +1966,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13018" npcCount="1" /> + <param npcId="13020" npcCount="1" /> </effect> </for> </skill> @@ -1988,7 +1988,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13018" npcCount="1" /> + <param npcId="13021" npcCount="1" /> </effect> </for> </skill> @@ -2010,7 +2010,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13018" npcCount="1" /> + <param npcId="13022" npcCount="1" /> </effect> </for> </skill> @@ -2032,7 +2032,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13018" npcCount="1" /> + <param npcId="13023" npcCount="1" /> </effect> </for> </skill> @@ -2054,7 +2054,7 @@ </cond> <for> <effect name="SummonNpc"> - <param npcId="13018" npcCount="1" /> + <param npcId="13024" npcCount="1" /> </effect> </for> </skill> -- GitLab