diff options
author | Haru <haru@dotalux.com> | 2015-08-17 00:58:46 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-17 01:10:53 +0200 |
commit | c215c9c21ae463a2cbdffea06a7e24732be17b1b (patch) | |
tree | 029621fc18da539c46f1d9b5cc6c63dd85a55ecf /npc/quests/the_sign_quest.txt | |
parent | a540af6966eda71caca8b9767c968d00281dde5e (diff) | |
download | hercules-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/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 2 |
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; } } |