azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.47k stars 2.59k forks source link

(DeathKnight): Risen Ghoul has incorrect auras. #18213

Open heyitsbench opened 8 months ago

heyitsbench commented 8 months ago

Current Behaviour

Currently, the death knight's Risen Ghoul when summoned has the following auras on it:

51996 - Death Knight Pet Scaling 02
54566 - Death Knight Pet Scaling 01
61017 - Hunter Pet Scaling 04 <---
62137 - Avoidance

Expected Blizzlike Behaviour

The Ghoul should instead have the following auras:

36492 - Serverside - Summon Heal <---
47466 - Risen Ghoul Self Stun <---
51996 - Death Knight Pet Scaling 02
54566 - Death Knight Pet Scaling 01
61697 - Death Knight Pet Scaling 03 <---
62137 - Avoidance
65221 - Command <---
67557 - Serverside - Pet Scaling - Master Spell 03 - Intellect, Spirit, Resilience <---
67561 - Serverside - Pet Scaling - Master Spell 06 - Spell Hit, Expertise, Spell Penetration <---

These spells may also need implementation.

Source

Wrath Classic (50664)

Steps to reproduce the problem

  1. .learn 52150
  2. Cast Raise Dead.
  3. .list auras on the Risen Ghoul.

Extra Notes

No response

AC rev. hash/commit

d0eae390b61377c569af4bcf2ac647a23a21800b

Operating system

Windows 10 x64

Custom changes or Modules

mod-ptr-template

heyitsbench commented 8 months ago

Looks like Risen Ghoul Self Stun is active as a part of https://github.com/azerothcore/azerothcore-wotlk/issues/17684 and not a constant aura.

Joshmash commented 8 months ago

Does Army of the dead ghouls have any incorrect auras?

heyitsbench commented 8 months ago

Does Army of the dead ghouls have any incorrect auras?

If they do, I'll make an issue for them once I get home.