Proper ItemId requested by Birthday event.
This commit is contained in:
@@ -620,8 +620,8 @@ BookmarkConsumeItemId = 20033
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Gift sent with Mail System
|
||||
# Default: 22187
|
||||
AltBirthdayGift = 22187
|
||||
# Default: 7541
|
||||
AltBirthdayGift = 7541
|
||||
|
||||
# Mail Subject
|
||||
AltBirthdayMailSubject = Happy Birthday!
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user