Version: 8.2.21+ (Development) Maintainer: CKNOEP GitHub: https://github.com/CKNOEP/Necrosis
This addon is under active development. Modifications and bug fixes are committed regularly.
- ✅ Use CurseForge Client for automatic updates (recommended)
- ✅ Use WowUp or similar addon manager
- ❌ Do NOT manually modify files if you want to use automatic updates
- 📥 Clone from:
https://github.com/CKNOEP/Necrosis.git - 🔧 You can safely modify files locally
- 🚀 Pull latest changes with
git pull
Option 1: Separate Development Folder (Recommended)
Addons/
├── Necrosis/ ← Keep original (CurseForge managed)
└── Necrosis-Dev/ ← Your development copy
Option 2: GitHub Clone
git clone https://github.com/CKNOEP/Necrosis.git Necrosis-Dev
cd Necrosis-Dev
git checkout -b dev origin/main- Problem: Clicks on spells/demons didn't work on first game startup
- Fixed:
- Removed double GetSpellInfo() calls
- Added menu button creation before attribute configuration
- Re-scan spell data after 3-second delay
Commit: 88a3a57 - https://github.com/CKNOEP/Necrosis/commit/88a3a57
If you want to contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes with clear messages
- Push to your fork
- Create a Pull Request to
main
See _GPL_V2.txt and _Copyright.txt for details.
Developed for WoW Classic (Vanilla, TBC, Wrath, Cata)