diff options
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 1 | ||||
-rw-r--r-- | npc/functions/mob_points.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt index bcb2ba28..2fb5d110 100644 --- a/npc/021-2_Tulimshar/bakery.txt +++ b/npc/021-2_Tulimshar/bakery.txt @@ -4,7 +4,6 @@ 021-2.gat,95,21,0 script Riskim 148,{ mes "[Riskim]"; mes "\"Welcome to our bakery!\""; - next; callfunc "KadiyaSubquestConsts"; if ((@Q_kadiya_status == @Q_STATUS_WANTS_CHOCOCAKE) && (countitem ("MopoxCurePotion") > 0)) goto L_lace_chococake; diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index f9c58f21..cbd4fe62 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -49,6 +49,7 @@ function script MobPoints { 0, // Lady Skeleton 0, // Fallen 0, // Snake Lord + 0, // Poltergeist // Add more here 0; // END |