File Details
HCRoleplay v2.4.3
- R
- Mar 1, 2026
- 226.08 KB
- 34
- 2.5.5+1
- Classic + 1
File Name
HCRoleplay.zip
Supported Versions
- 2.5.5
- 1.15.8
# Changelog – HCRoleplay
## [2.4.3] – 2026-03-01
### Removed
- **Emote-Animationen**: Alle `DoEmote`-Animationen aus Events entfernt (POINT/zeigen, FLEX, CHEER, WAVE, KNEEL, GROVEL, YAWN, SALUTE, MOURN, SIT, GASP). `EMOTE_ANIM_MAP` geleert, DoEmote-Aufruf in `SendRP` entfernt.
- Ausnahmen bleiben: `DoEmote("SLEEP")` bei Login/AFK-Eintritt und `DoEmote("TIRED")` beim AFK-Austritt — diese wurden explizit so gewünscht.
---
## [2.4.2] – 2026-03-01
### Fixed
- **Core.lua**: `GetContainerNumFreeSlots` ist in WoW Classic 1.15.x (Modern Client) nach `C_Container.GetContainerNumFreeSlots` verschoben. Fallback-Wrapper `_GetContainerNumFreeSlots = C_Container and C_Container.GetContainerNumFreeSlots or GetContainerNumFreeSlots` hinzugefügt — kompatibel mit Classic Era 1.15.x und TBC Classic 2.5.5.
---