Skip to content

Prevent master respawn on slave aggro. - #3535

Merged
ratkosrb merged 1 commit into
vmangos:developmentfrom
Daribon:development
Aug 20, 2026
Merged

Prevent master respawn on slave aggro.#3535
ratkosrb merged 1 commit into
vmangos:developmentfrom
Daribon:development

Conversation

@Daribon

@Daribon Daribon commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

🍰 Pullrequest

DoCreatureLinkingEvent fell through from LINKING_EVENT_AGGRO into LINKING_EVENT_EVADE due to a missing break which caused dead masters (e.g. General Angerforge) to respawn whenever a linked slave with (FLAG_TO_AGGRO_ON_AGGRO) entered combat.

This PR adds a break to LINKING_EVENT_AGGRO which prevents the respawning of master.
NPCs affected are General Angerforge, Maexxna (no longer instantly despawns if you somehow managed to kill her and leave some adds up), Hezrul Bloodmark (who could even be turned into walking corpse with this bug) and Ruuzel.

Proof

  • None

Issues

How2Test

  • .go creature angerforge
  • Target Angerforge and use .die
  • Hit any of his adds.
  • Angerforge should no longer respawn.

Todo / Checklist

  • None

@ratkosrb
ratkosrb merged commit 8dfb2d8 into vmangos:development Aug 20, 2026
13 checks passed
Stoabrogga pushed a commit to Stoabrogga/vmangos that referenced this pull request Aug 20, 2026
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] General Angerforge can be summoned endlessly without CD

2 participants