summaryrefslogtreecommitdiff
path: root/npc/jobs/novice/novice.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-23 19:29:52 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-23 19:29:52 +0000
commit66565a4271e3904b5babacc1315d8eaf1ac5dffc (patch)
tree709574628e8fca453feafc4bc3ac1c6ccaa0301d /npc/jobs/novice/novice.txt
parenta7e38ac4436d545ad3dd1c9ed35ed5c1300af1c1 (diff)
downloadhercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.gz
hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.bz2
hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.xz
hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.zip
* Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r--npc/jobs/novice/novice.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt
index dcd6bcd0b..2db473c7a 100644
--- a/npc/jobs/novice/novice.txt
+++ b/npc/jobs/novice/novice.txt
@@ -857,7 +857,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{
end;
case 3:
emotion e_omg;
- end;
+ close;
}
}
else if (nov_get_item04 < 10) {
@@ -880,7 +880,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{
end;
case 3:
emotion e_omg;
- end;
+ close;
}
}
}