From 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 9 Nov 2013 16:41:40 +0100 Subject: Consolidated commands called in scripts to their lowercase version - Added a note about variables and command scripts case sensitivity. Even though the engine still accepts variable, function and command names in a case insensitive way, it is discouraged to rely on such behavior. Please update your custom scripts as soon as possible. Signed-off-by: Haru --- npc/jobs/2-2/crusader.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2') diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index ba841ea5e..98cb7841c 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -1113,7 +1113,7 @@ OnInit: monster "job_cru",98,80,"Greatest General",1277,1,"Summoner#cr3::OnDead"; monster "job_cru",92,90,"Greatest General",1277,1,"Summoner#cr3::OnDead"; monster "job_cru",104,90,"Greatest General",1277,1,"Summoner#cr3::OnDead"; - Initnpctimer; + initnpctimer; end; OnStart: @@ -1126,7 +1126,7 @@ OnStart: monster "job_cru",98,80,"Greatest General",1277,1,"Summoner#cr3::OnDead"; monster "job_cru",92,90,"Greatest General",1277,1,"Summoner#cr3::OnDead"; monster "job_cru",104,90,"Greatest General",1277,1,"Summoner#cr3::OnDead"; - Initnpctimer; + initnpctimer; end; OnReset: -- cgit v1.2.3-60-g2f50