summaryrefslogtreecommitdiff
path: root/npc/quests/The_Sign_Quest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r--npc/quests/The_Sign_Quest.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index ad9822bf0..474a7ae8c 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -43,6 +43,7 @@
//= 2.7 Replaced effect numerics with constants. [Samuray22]
//= 2.8 Fixed some bugs with itemids and leftover questitems [Fish0r]
//= 2.9 Made a delitem causing script to fault use countitem when deleting. [L0ne_W0lf]
+//= 2.9a Added a check for Sign_Branch8A before attempting to run a delitem on items not needed based on Path taken. [Paradox924X]
//============================================================
//===== Configuration : ======================================
prontera,1,1,1 script TheSignConfig -1,{
@@ -8234,7 +8235,7 @@ L_NoMedal:
L_Success:
if (countitem(7313) < 5 && Sign_Branch8A) goto L_Voucher;
- delitem 7313,5;
+ if (Sign_Branch8A) delitem 7313,5;
mes "[Kirkena]";
mes "You've done well.";
mes "Without her memories of her";