You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Announce Joyous Journeys event and max XP rate on login
Added a system message on player login to inform users when the Joyous Journeys event is active and display the maximum allowed XP rate. Also refactored ConfigMaxAllowedRate to public for use in the login announcement.
if (mod->IsJoyousJourneysActive() && mod->ConfigJoyousJourneysXPRate())
317
+
handler.PSendSysMessage("|cff00ccffThe Joyous Journeys event is active! You may set your rates up to {} while it is active!|r", mod->ConfigMaxAllowedRate());
0 commit comments