# Pull Request
This PR separates the image currently in the readme (currently named
`icon.png`) into two, one that is an exact copy (`banner.png`) and one
that only includes the image component (`icon.png`). This is to make the
module more approachable when scrolling through the [AzerothCore
catalogue](https://www.azerothcore.org/catalogue.html) as [it uses the
`icon.png`
image](https://github.com/user-attachments/assets/4c820f22-2a52-42b9-b360-f0e4d1496060).
---
## Feature Evaluation
Please answer the following:
- This has no changes to code, and has no impact on it.
---
## How to Test the Changes
- This PR requires no testing.
## Complexity & Impact
Does this change add new decision branches?
- - [X] No
Does this change increase per-bot or per-tick processing?
- - [X] No
Could this logic scale poorly under load?
- - [X] No
---
## Defaults & Configuration
Does this change modify default bot behavior?
- - [X] No
If this introduces more advanced or AI-heavy logic:
- - [X] Lightweight mode remains the default
---
## AI Assistance
Was AI assistance (e.g. ChatGPT or similar tools) used while working on
this change?
- - [X] No
---
## Final Checklist
- - [X] Stability is not compromised
- - [X] Performance impact is understood, tested, and acceptable
- - [X] Added logic complexity is justified and explained
- - [X] Documentation updated if needed
---
## Notes for Reviewers
Anything that significantly improves realism at the cost of stability or
performance should be carefully discussed
before merging.