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/guild2/agit_start_se.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/guild2/agit_start_se.txt') diff --git a/npc/guild2/agit_start_se.txt b/npc/guild2/agit_start_se.txt index ec9de3d9b..39c3ae1ea 100644 --- a/npc/guild2/agit_start_se.txt +++ b/npc/guild2/agit_start_se.txt @@ -31,7 +31,7 @@ OnAgitInit2: (gettime(4)==4) && (gettime(3)>=18 && gettime(3)<21) || (gettime(4)==6) && (gettime(3)>=22 && gettime(3)<23)) { if (!agitcheck2()) { - AgitStart2; + agitstart2; } end; } @@ -41,7 +41,7 @@ OnAgitInit2: (gettime(4)==4) && (gettime(3)==21) || (gettime(4)==6) && (gettime(3)==23)) { if (agitcheck2()) { - AgitEnd2; + agitend2; } end; } -- cgit v1.2.3-60-g2f50