File Details
TarballsDadabase-v0.5.0.zip
- R
- Mar 20, 2026
- 66.68 KB
- 69
- 12.0.1
- Retail
File Name
TarballsDadabase-v0.5.0.zip
Supported Versions
- 12.0.1
Fixed
- Addon no longer posts "This wipe is now canon" when all content modules are disabled -- it stays silent instead
- LFG dungeons now correctly check the Parties group setting instead of Raids (LFR still checks Raids)
- Reset to Defaults button now properly invalidates content cache so changes take effect immediately
/dadabase sayand/dadabase guildcommands now respect the global enable/disable toggleencounterActivestate no longer becomes stale after disconnect or leaving a group mid-encounter- Corrupted joke entries repaired (10 entries with garbled/missing text)
Changed
GetCurrentGroup()returns content group and chat type separately, properly distinguishing LFR (raid) from LFG (party) while both route to INSTANCE_CHAT- Extracted
SendManualContent()andGetManualChatChannel()helpers, removing duplicated code between/dadabase sayand/dadabase guild /dadabase cooldownslash command now capped at 600 seconds (matching the config slider)- Removed ~118 duplicate and near-duplicate dad jokes (1125 down to 1007)
- Dad jokes database version bumped to 2 -- existing users get cleaned defaults while preserving custom additions and deletions
Technical
GetRandomContent()returnsnil, nilwhen content pool is empty instead of a fallback string- Unused
triggerparameter inGetRandomContent()marked as_ - Removed unreachable
returnstatements aftererror()calls inSetEffectiveContent() - Simplified dbVersion migration debug output
- Registered
PLAYER_LEAVING_WORLDevent to reset encounter state on zone transitions