Skip to content

Fix wand damage incorrectly affected by Curse of Weakness#3221

Merged
0blu merged 1 commit intovmangos:developmentfrom
schell244:fix_wand_dmg
Feb 8, 2026
Merged

Fix wand damage incorrectly affected by Curse of Weakness#3221
0blu merged 1 commit intovmangos:developmentfrom
schell244:fix_wand_dmg

Conversation

@schell244
Copy link
Copy Markdown
Contributor

🍰 Pullrequest

Curse of Weakness was reducing wand auto-shoot damage because the damage bonus functions were using spellProto->GetSpellSchoolMask() instead of the spell instance's m_spellSchoolMask. For wand attacks, the spell instance overrides the school mask to use the weapon's magical damage school instead of Physical.

Proof

  • None

Issues

How2Test

  • None

Todo / Checklist

  • None

@0blu 0blu merged commit 33ead32 into vmangos:development Feb 8, 2026
3 checks passed
@schell244 schell244 deleted the fix_wand_dmg branch March 14, 2026 19:06
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.

🐞 [Bug]Curse of weakness vs wand auto-shoot

2 participants