-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(DeathKnight): Unholy Gargoyle scaling spells unimplemented. #18148
Comments
what about azerothcore-wotlk/src/server/game/Entities/Pet/Pet.cpp Lines 1343 to 1356 in a1891d8
|
Handled here azerothcore-wotlk/src/server/scripts/Spells/spell_dk.cpp Lines 726 to 729 in a1891d8
|
so when will these changes be applied? |
They already exist |
My mistake, I believe I was checking the |
Current Behaviour
Currently there is a hunter pet scaling spell enumerated in the DK pet script under the name
SPELL_DK_PET_SCALING
, but it goes unused in the script itself.Expected Blizzlike Behaviour
Gargoyle (and other pets) should have a few auras on them that affect quite a few things. For the gargoyle, that includes the following: Death Knight Pet Scaling 01, Death Knight Pet Scaling 02, and Death Knight Pet Scaling 03.
Source
Sniffs, both Wrath Classic/Wrath retail
Steps to reproduce the problem
.levelup 25
.list auras
on said gargoyle.Extra Notes
These types of auras extend beyond the gargoyle and even beyond just the Death Knight, a lot of information on these can be found in these two TC issues: TrinityCore/TrinityCore#874, TrinityCore/TrinityCore#5136. Reason I'm reporting the gargoyle in particular (first, at least) is because it is apparently one of the ones people complain about most for not having well scaling with the summoner's haste, which seems to be handled through these spells.
AC rev. hash/commit
fdbde0b
Operating system
Windows 10 x64
Custom changes or Modules
mod-ptr-template
The text was updated successfully, but these errors were encountered: