chromiecraft / chromiecraft

ChromieCraft Discussions and Bug Tracker
https://www.chromiecraft.com
135 stars 31 forks source link

[Zul'Aman] Nalorakk's Mangle debuff can be removed with Hand of Protection #7528

Open amed80 opened 1 week ago

amed80 commented 1 week ago

What client do you play on?

enUS

Faction

Both

Content Phase:

70

Current Behaviour

Nalorakk's Mangle debuff can be removed with Hand of Protection

https://github.com/user-attachments/assets/61c4e204-8dfe-499a-a366-379f183663ab

Expected Blizzlike Behaviour

Nalorakk's Mangle debuff shouldn't be removed with Hand of Protection

Source

TBC Classic you can see at 20:18 , the Prot Paladin uses Blessing of Protection (TBC) which removes the bleeding debuff Rend Flesh but keeps Mangle debuff active , can be seen on the Raid UI or at 20:23 when the priest target the Prot Paladin WarcraftTavern image image

Steps to reproduce the problem

  1. .go c id 23576
  2. .learn 1022
  3. Fight Nalorakk
  4. Wait for Nalorakk to apply Mangle on you
  5. Use Hand of Protection

Extra Notes

The debuff that being applied atm in PTR is Mangle ID 42389 which is physical so can be removed by HoP but the debuff should be Mangle ID 44955 which is Nature but for some reason this spell does not exist in the core?

The ID 44955 can be seen referred to in boss_nalorakk.cpp L39 but i don't know if it's actually using it?

AC rev. hash/commit

https://github.com/chromiecraft/azerothcore-wotlk/commit/6fd034c8b3038a967e17136ece47df13009e1d68

Operating system

Ubuntu 22.04

Modules

Customizations

None

Server

ChromieCraft

Nyeriah commented 1 week ago

He uses 42389, which is physical

TheSCREWEDSoftware commented 1 week ago

I can confirm this issue.

The problem from what I understand is that the boss casts Mangle (42389) for their melee attack and the debuff that should be casted on the target of the boss should be 44955 and not 42389

He uses 42389, which is physical

Edit: Because the aura/debuff i got was 42389

Screenshot_14

TheSCREWEDSoftware commented 1 week ago

Linked to AC: https://github.com/azerothcore/azerothcore-wotlk/issues/20652