Fehler #35452
Von Pegla vor mehr als 5 Jahren aktualisiert
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