ko
ko copied to clipboard
dwNeedItemFix MagicSkillMng.cpp
This is a fix to cast skills since the newer tbl's from version roughly 1070+ have a dwNeedItem 9 instead of the original dwNeedItem 0 skills are greyed out and fail to cast even if you equip weapons or class specific items. Also skills that require no items failed to cast with this update we can now cast skills and work further
💔 Thank you!
🚨 Checklist for this Pull Request
- [x] Provide a link to the ticket your pull request addresses or resolves. If there isn't one, create it.
- [x] Ensure you are making a pull request against the canary branch (left side). Start your branch from our canary.
- [x] Verify that your commit messages follow our style guidelines: start with a capitalized verb and limit the title to 72 characters; the description can be longer.
- [x] Ensure your code additions pass linting checks (run the format.ps1 script) and avoid irrelevant diffs.
- [x] Ensure your pull request contains isolated changes. Ideally, create separate PRs for unrelated changes.