diff options
Diffstat (limited to 'npc/guild/agit_controller.txt')
-rw-r--r-- | npc/guild/agit_controller.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guild/agit_controller.txt b/npc/guild/agit_controller.txt index 4db4a3c5e..de55029fc 100644 --- a/npc/guild/agit_controller.txt +++ b/npc/guild/agit_controller.txt @@ -57,7 +57,7 @@ OnAgitInit: // end time checks if ((gettime(4)==2) && (gettime(3)==23) || (gettime(4)==4) && (gettime(3)==23) || - (gettime(4)==6) && (gettime(3)==18)) { + (gettime(4)==6) && (gettime(3)==18)) { if (agitcheck()) { agitend; callsub S_DisplayOwners; |