Skip to content

fix: rename Cell_Deprecated.toc to Cell.toc for retail 12.1.0 - #506

Open
konovalov-nk wants to merge 1 commit into
enderneko:masterfrom
konovalov-nk:fix/cell-toc-rename
Open

fix: rename Cell_Deprecated.toc to Cell.toc for retail 12.1.0#506
konovalov-nk wants to merge 1 commit into
enderneko:masterfrom
konovalov-nk:fix/cell-toc-rename

Conversation

@konovalov-nk

@konovalov-nk konovalov-nk commented Aug 29, 2026

Copy link
Copy Markdown

Summary

On retail 12.1.0, Cell r278/r279-beta do not appear in the addon list at all — not as incompatible, but completely absent. The cause: the retail TOC is named Cell_Deprecated.toc, which is not a flavour suffix the client recognises. TOC files whose name does not match the addon folder name (Cell) are ignored entirely.

Changes

  1. Rename Cell_Deprecated.tocCell.toc — TOC filename now matches the addon folder, so the client picks it up again.
  2. Bump ## Interface: 120005## Interface: 120100 — current retail version 12.1.0.
  3. Uncomment # X-Flavor: Mainline## X-Flavor: Mainline — single # made the directive a comment.

Verification

After renaming, the addon loads and works normally on retail 12.1.0 (verified manually).

Reference

Closes #505

Cell_Deprecated.toc was not a recognised client TOC suffix, so the retail
client ignored it and the addon did not appear in the addon list at all.

- Rename Cell_Deprecated.toc to Cell.toc (TOC name must match addon folder)
- Bump Interface to 120100 (WoW 12.1.0)
- Uncomment X-Flavor: Mainline (double ##)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cell r278/r279-beta not loading on retail 12.1.0

1 participant