Fix: Client not taking pet's spells in PVP
Ex: Mage earth pet roots, but client won't take it because its not ready to receive anything from a pet...
Fix code by doing the following: Entity.cpp (around line 1010) Change From: c->SendAppearancePacket(AT_PVP, c->GetPVP(), false, false, to); Change To: c->SendAppearancePacket(AT_PVP, c->GetPVP(), true, false, to); Fixes mage pets not being able to root opponents in PVP and possible DOTs not showing up. |
All times are GMT -4. The time now is 01:50 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.