diff options
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 6377637e0..ab1dde752 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -43,7 +43,7 @@ OnTimer5000: .inUse=2; } else { npctalk("You're courageous to summon me, I'll give you that."); - areatimer "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk"; + areatimer "003-1-1", 93, 20, 97, 25,3000, "#DahYetiKing::OnSummonTalk"; } end; @@ -118,7 +118,7 @@ OnSummonTalk: mesn "Dah Yeti King!!"; mesq l("I'll warp you to the Cave Of Trials. Pass all trials, and meet me on Soren's House. Hahah!"); setq HurnscaldQuest_Celestia, 2; - areatimer "003-1-1", 93, 20, 97, 25, 15000, "#YetiKing::OnWarper"; + areatimer "003-1-1", 93, 20, 97, 25, 15000, "#DahYetiKing::OnWarper"; npctalk l("Listen to me! Whoever wants to follow foolish @@ on their suicide quest, stay here for 15 seconds!", strcharinfo(0)); close; |