diff options
-rw-r--r-- | npc/003-0-1/professor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 9adcfc689..7a5809513 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -38,7 +38,7 @@ OnInit: initnpctimer; end; -OnTimer3000: +OnTimer3100: areatimer2("003-0-1", 29, 34, 41, 38, 10, .name$+"::OnSpeeching"); initnpctimer; end; |