This commit is contained in:
kentai 2020-02-20 14:37:26 +11:00
parent 6ddc5ea8e8
commit 0043f56984

View File

@ -1294,7 +1294,6 @@ void Client::ThrowingAttack(Mob* other, bool CanDoubleAttack) { //old was 51
//consume ammo
DeleteItemInInventory(ammo_slot, 1, true);
CheckIncreaseSkill(EQEmu::skills::SkillThrowing, GetTarget());
CommonBreakInvisibleFromCombat();
}