git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@898 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user