diff options
author | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-27 23:01:31 +0000 |
---|---|---|
committer | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-27 23:01:31 +0000 |
commit | fbee823d852af410adc078a18b526d50641c2e1c (patch) | |
tree | d424d61dec417bb37cd5b4176c41b003568d41a6 /npc/quests/eye_of_hellion.txt | |
parent | d00b2d7fcdde9110a9e41a545439f77bce93e4dc (diff) | |
download | hercules-fbee823d852af410adc078a18b526d50641c2e1c.tar.gz hercules-fbee823d852af410adc078a18b526d50641c2e1c.tar.bz2 hercules-fbee823d852af410adc078a18b526d50641c2e1c.tar.xz hercules-fbee823d852af410adc078a18b526d50641c2e1c.zip |
- Fixed bugreport:5124. (temporary fix) input box command does not show up in the client when the NPC Id is 139.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15289 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 634f02d5f..7ad4c4e32 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -1072,7 +1072,7 @@ prontera,223,82,0 script #prt_key-1 111,{ close; } -prontera,45,67,0 script #prt_key-1-1 139,1,1,{ +prontera,45,67,0 script #prt_key-1-1 111,1,1,{ OnTouch: if (HELLIONQ == 40 || HELLIONQ == 41) { mes "[" + strcharinfo(0) + "]"; |