git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@898 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
celest
2005-01-03 03:15:17 +00:00
parent f1dbf98e9a
commit 561d36bf05

View File

@@ -34,7 +34,7 @@ OnAgitInit:
if((gettime(4)==2) && (gettime(3)>=21 && gettime(3)<23)) goto L_Start;
if((gettime(4)==4) && (gettime(3)>=21 && gettime(3)<23)) goto L_Start;
if((gettime(4)==6) && (gettime(3)>=16 && gettime(3)<18)) goto L_Start;
if(gettime(4)!=2 || gettime(4)!=4 || gettime(4)!=6) end; //stops script on non woe day
if(gettime(4)!=2 && gettime(4)!=4 && gettime(4)!=6) end; //stops script on non woe day
Announce "The War Of Emperium is over!",8;
AgitEnd;