diff options
Diffstat (limited to 'npc/other/dts_warper.txt')
-rw-r--r-- | npc/other/dts_warper.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt index 898f882c4..f7f71d9c2 100644 --- a/npc/other/dts_warper.txt +++ b/npc/other/dts_warper.txt @@ -903,7 +903,7 @@ function script F_DTS_Warp { }
//Elections administration NPC (hidden)
-- script DTS_Admin -1,{
+- script DTS_Admin -1,{
OnSun0100: //Works only at 1am on sunday
if($dtsday<4 || $dtsday>=100) set $dtsday,4;
else set $dtsday,$dtsday+1;
|