From 707245dd5fcf379a4dcd2fd0143b87e46e9c24be Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 18:16:44 -0300 Subject: Die bugs --- npc/003-1-1/yetiking.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-70-g09d2