diff options
Diffstat (limited to 'npc/010-2_Dimonds_Cove/dimonds.txt')
-rw-r--r-- | npc/010-2_Dimonds_Cove/dimonds.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/010-2_Dimonds_Cove/dimonds.txt b/npc/010-2_Dimonds_Cove/dimonds.txt index 820d3303..629f6571 100644 --- a/npc/010-2_Dimonds_Cove/dimonds.txt +++ b/npc/010-2_Dimonds_Cove/dimonds.txt @@ -40,8 +40,7 @@ 010-2.gat,35,35,0 script Shannon 193,{ set @month, 1; -//TODO: set start_day correct after testing - set @start_day, 10; + set @start_day, 24; set @end_day, 26; if (gettime(6) != @month) goto no_event; if (gettime(5) < @start_day) goto no_event; |