From f6488a2a9ebda5a66ae1d5555e9be74425217f05 Mon Sep 17 00:00:00 2001 From: Atemo Date: Mon, 6 Mar 2017 23:26:10 +0100 Subject: [PATCH] Corrected a warp destination typo in The Sign quest (credit https://github.com/HerculesWS/Hercules/commit/c215c9c21ae463a2cbdffea06a7e24732be17b1b) --- npc/quests/the_sign_quest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 8ec8f6373a..4c9f9f6c45 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -8811,7 +8811,7 @@ que_sign01,197,195,4 script Serin#witch 90,{ getexp (checkre(3))?20000:200000,0; set $@sign_w1,0; close2; - warp "umbala,",132,203; + warp "umbala",132,203; end; } }