*Remove offhand after switching specs if the player can no longer equip that item (ie: Titan's Grip)

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-15 18:21:04 -07:00
parent 61ed8f90df
commit 71c69e3460
+1
View File
@@ -21860,6 +21860,7 @@ void Player::ActivateSpec(uint8 spec)
_LoadActions(result);
}
UnsummonPetTemporaryIfAny();
AutoUnequipOffhandIfNeed();
SendActionButtons(1);
SetPower(getPowerType(), 0);
}