diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-04 18:38:44 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-04 18:38:44 +0000 |
commit | 56a299e66f3518feeb5dac9a5b469fd9a33a0c9a (patch) | |
tree | 056262a9ee23b18cdd1d58d18c8d10d96eaadf1a /npc/re/quests | |
parent | 6bce3af9caeb640d8097602e7cfd743792a8b035 (diff) | |
download | hercules-56a299e66f3518feeb5dac9a5b469fd9a33a0c9a.tar.gz hercules-56a299e66f3518feeb5dac9a5b469fd9a33a0c9a.tar.bz2 hercules-56a299e66f3518feeb5dac9a5b469fd9a33a0c9a.tar.xz hercules-56a299e66f3518feeb5dac9a5b469fd9a33a0c9a.zip |
* Documented OnTouch_ label.
* Fixed some bugs in Rune Knight job quest (incl. bugreport:7083).
* Removed a duplicate item in custom Item Mall script (bugreport:7115).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17075 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests')
-rw-r--r-- | npc/re/quests/quests_lighthalzen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/quests/quests_lighthalzen.txt b/npc/re/quests/quests_lighthalzen.txt index 0d637a8f2..a68fcb632 100644 --- a/npc/re/quests/quests_lighthalzen.txt +++ b/npc/re/quests/quests_lighthalzen.txt @@ -302,7 +302,7 @@ que_lhz,94,119,3 script Researcher#ins2 865,{ que_lhz,147,224,3 script Researcher#ins3 865,{ if (lhz_dun04 == 4 || mobcount("que_lhz","#controllhz4::OnMyMobDead") > 0) { mes "[Wolfchev]"; - mes "Wolfchev is freaking out. He is of his mind."; + mes "Wolfchev is freaking out. He is out of his mind."; emotion e_turn; close; } else if (lhz_dun04 == 3) { |