fix: character death entry with lowercased of-creature #505
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This pull request improves the handling of creature names in the killer parsing logic and adds a new comprehensive test case to verify death data parsing for a specific character. The main changes focus on increasing the robustness of string matching for special creatures and expanding test coverage for death parsing scenarios.
Parsing improvements:
containsCreaturesWithOffunction now converts input strings to lowercase before matching, making creature name detection case-insensitive and more reliable.Test coverage enhancements:
TestNumber18insrc/TibiaCharactersCharacter_test.gothat verifies the parsing of death data for the character "Tirador Azteca," including detailed checks for killer names, death reasons, levels, and timestamps.fix #504