Aktionen
Fehler #35452
geschlossen[Hunter][Pet] GCD for hunter pet abilities seems to be 1.5s instead of 1.25
Beginn:
27.03.2019
DB-Link:
Update Text Deutsch:
Die Globale Abklingzeit für Fähigkeiten der Jäger-Begleiter wurde auf 1,25 Sekunden gesenkt.
Beschreibung
Right now, hunter pets seem to have a GCD of 1.5s on their spells. It should be 1.25, no matter what.
Reproduction:
Make a hunter and tame a pet with Bite, or some other spell but change macro then
Attack some NPC and use macro below:
/cast Bite
/run local f=GcT or CreateFrame("Frame","GcT") f:SetScript("OnUpdate",function() print("CD:",(select(2,GetSpellCooldown("Bite")))) f:Hide() end) f:Show()
In the chat it will show you 1.5s GCD
Proof that it should be 1.25:
https://www.wowhead.com/forums&topic=157123
also, these logs: http://www.worldoflogs.com/reports/0w1utsdyg1suwv3a/xe/?x=spell%3D%22Bite%22+AND+targetName%3D%22The+Damned%22
Aktionen