From 3caa9006c553603e1d28278da4c83991ac87bc7f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 25 Sep 2008 22:41:48 +0000 Subject: * Continues replacing of specialeffect/2 numerics with constants. - A lot of files still remain, but they don't have the proper effect names in commented in beside the ID. ;P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13238 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2e/SoulLinker.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2e') diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 3b4fea5e6..050c3a0d9 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Celestria & Samuray22 //===== Current Version: ===================================== -//= 1.3a +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= Removed the GM-use only NPC from the sec_in map. //= No longer used a global var, uses an NPC var instead. //= 1.3a Deleted Empty Color Tag. (bugreport:1572) [Samuray22] +//= 1.4 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ morocc_in,174,30,6 script Kid#link1 716,{ @@ -473,7 +474,7 @@ OnTouch: end; Oneff: - specialeffect 247; //"Maia#link2" EF_MAPPILLAR2 + specialeffect EF_MAPPILLAR2; end; } -- cgit v1.2.3-70-g09d2