summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-17 00:58:46 +0200
committerHaru <haru@dotalux.com>2015-08-17 01:10:53 +0200
commitc215c9c21ae463a2cbdffea06a7e24732be17b1b (patch)
tree029621fc18da539c46f1d9b5cc6c63dd85a55ecf /npc
parenta540af6966eda71caca8b9767c968d00281dde5e (diff)
downloadhercules-c215c9c21ae463a2cbdffea06a7e24732be17b1b.tar.gz
hercules-c215c9c21ae463a2cbdffea06a7e24732be17b1b.tar.bz2
hercules-c215c9c21ae463a2cbdffea06a7e24732be17b1b.tar.xz
hercules-c215c9c21ae463a2cbdffea06a7e24732be17b1b.zip
Corrected a warp destination typo in The Sign quest
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/the_sign_quest.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt
index 23f543546..b119eb95b 100644
--- a/npc/quests/the_sign_quest.txt
+++ b/npc/quests/the_sign_quest.txt
@@ -8808,7 +8808,7 @@ que_sign01,197,195,4 script Serin#witch 4_F_01,{
getexp RENEWAL_EXP?20000:200000,0;
$@sign_w1 = 0;
close2;
- warp "umbala,",132,203;
+ warp "umbala",132,203;
end;
}
}