File Details
v0.1.4-cata
- R
- Apr 30, 2024
- 22.77 KB
- 520
- 4.4.0
File Name
ClassicWeaponEnchants-v0.1.4-cata.zip
Supported Versions
- 4.4.0
ClassicWeaponEnchants
v0.1.4 (2024-04-30)
- Merge pull request #1 from juemrami/cata-support
feat: Cataclysm Support + Dynamic Icon - minor:
READMEprogress updates - fix: allow default icon option to
nil- fixes an issue where even after setting
/cwe icon 0, the icon would get saved to whatever icon is associated with the character class that last called the command. - fixes an issue where the
hiddenanddebugoptions would be occasionally reset to default.
- fixes an issue where even after setting
- minor: update variable name
_is reserved for unused variables whos value we dont care about. - minor: use client neutral api for player class
PlayerUtil.GetClassFileis not in the era client. Now usingUnitClass("player"). - minor: dynamic fallback icon based on class
use/cwe icon 0to set the flyout's icon to dynamically change based on class.
Setting it to any other custom value will cause it persist across all classes. - minor: update TOCs for cata and classic
- major: move addon data to game specific files
data for cata ripped from wago tables. - Create ClassicWeaponEnchants_Cata.toc
- Update ClassicWeaponEnchants.toc
- Add "Weapon Cleaning Cloth"
SoD item that can be applied to a weapon to remove its imbue. Functions like any other temporary enchant item. - Update README.md

