mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Allow weapon procs in druid shapeshifts.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
1e0b93abdb
commit
302afbc40f
2 changed files with 1 additions and 4 deletions
|
|
@ -6990,7 +6990,7 @@ void Player::UpdateEquipSpellsAtFormChange()
|
|||
|
||||
void Player::CastItemCombatSpell(Unit* Target, WeaponAttackType attType)
|
||||
{
|
||||
Item *item = GetWeaponForAttack(attType, true);
|
||||
Item *item = GetWeaponForAttack(attType, false);
|
||||
if(!item || item->IsBroken())
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue