diff options
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 8533a9e58..a787134e3 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -1224,6 +1224,8 @@ OnInterIfInitOnce: // Some wildcard deletions query_sql("DELETE FROM `char_reg_str_db` WHERE `key` LIKE 'CAPTCHA%'"); query_sql("DELETE FROM `char_reg_num_db` WHERE `key` LIKE 'CAPTCHA%'"); + // Clean up quests which internal ID might have changed + DelQuestFromEveryPlayer(General_MerchantRequest); end; // This control all PC Login events |