diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-17 04:28:00 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-17 04:28:00 +0000 |
commit | 2816c4fd4700af98ad3ff72353d6a60c724f0662 (patch) | |
tree | 42eebc4c2a52f4c1b993c0b745c4f84698f1250c /npc/quests/okolnir/godse_aru05.txt | |
parent | a57b783594431a82bfbb7eef8f2bd031293aba34 (diff) | |
download | hercules-2816c4fd4700af98ad3ff72353d6a60c724f0662.tar.gz hercules-2816c4fd4700af98ad3ff72353d6a60c724f0662.tar.bz2 hercules-2816c4fd4700af98ad3ff72353d6a60c724f0662.tar.xz hercules-2816c4fd4700af98ad3ff72353d6a60c724f0662.zip |
Corrected multiple dialog issues in okolnir quests {bugreport:3092)
Clarified waiting room dialogs for Hugel Bingo (bugreport:1432)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15146 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/okolnir/godse_aru05.txt')
-rw-r--r-- | npc/quests/okolnir/godse_aru05.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/okolnir/godse_aru05.txt b/npc/quests/okolnir/godse_aru05.txt index 1cdf272e9..94ac29ed7 100644 --- a/npc/quests/okolnir/godse_aru05.txt +++ b/npc/quests/okolnir/godse_aru05.txt @@ -2642,7 +2642,7 @@ OnDisable: end; OnTimer5000: - mapannounce "que_qaru05","The Eastern magic formation is working to summon Guard of Shadow.",bc_map,"0x4d4dff"; + mapannounce "que_qaru05","The Eastern magic formation is working to summon Bloody Hunter.",bc_map,"0x4d4dff"; monster "que_qaru05",263,292,"Bloody Hunter",1753,1,"#nmsomaru05_jin02::OnMyMobDead"; monster "que_qaru05",264,291,"Bloody Hunter",1753,1,"#nmsomaru05_jin02::OnMyMobDead"; monster "que_qaru05",265,290,"Bloody Hunter",1753,1,"#nmsomaru05_jin02::OnMyMobDead"; @@ -2749,7 +2749,7 @@ OnDisable: end; OnTimer5000: - mapannounce "que_qaru05","The Northern magic formation is working to summon Keeper of the temple.",bc_map,"0x4d4dff"; + mapannounce "que_qaru05","The Northern magic formation is working to summon Keeper of the Temple.",bc_map,"0x4d4dff"; monster "que_qaru05",247,329,"Keeper Of The Temple",1933,1,"#nmsomaru05_jin03::OnMyMobDead"; monster "que_qaru05",249,329,"Keeper Of The Temple",1933,1,"#nmsomaru05_jin03::OnMyMobDead"; monster "que_qaru05",251,329,"Keeper Of The Temple",1933,1,"#nmsomaru05_jin03::OnMyMobDead"; |