Proper ItemId requested by Birthday event.

This commit is contained in:
MobiusDevelopment
2022-09-19 23:27:11 +00:00
parent ff342d498e
commit 6c703e1fa2
31 changed files with 36 additions and 349 deletions

View File

@@ -2078,7 +2078,7 @@ public class Config
CUSTOM_MULTISELL_LOAD = generalConfig.getBoolean("CustomMultisellLoad", false);
CUSTOM_BUYLIST_LOAD = generalConfig.getBoolean("CustomBuyListLoad", false);
BOOKMARK_CONSUME_ITEM_ID = generalConfig.getInt("BookmarkConsumeItemId", -1);
ALT_BIRTHDAY_GIFT = generalConfig.getInt("AltBirthdayGift", 22187);
ALT_BIRTHDAY_GIFT = generalConfig.getInt("AltBirthdayGift", 7541);
ALT_BIRTHDAY_MAIL_SUBJECT = generalConfig.getString("AltBirthdayMailSubject", "Happy Birthday!");
ALT_BIRTHDAY_MAIL_TEXT = generalConfig.getString("AltBirthdayMailText", "Hello Adventurer!! Seeing as you're one year older now, I thought I would send you some birthday cheer :) Please find your birthday pack attached. May these gifts bring you joy and happiness on this very special day." + EOL + EOL + "Sincerely, Alegria");
ENABLE_BLOCK_CHECKER_EVENT = generalConfig.getBoolean("EnableBlockCheckerEvent", false);