*Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-11 20:38:02 +01:00
parent 40bf3b630a
commit dff4f92edd
5 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -7006,7 +7006,7 @@ void Player::_ApplyItemBonuses(ItemPrototype const *proto, uint8 slot, bool appl
ApplyFeralAPBonus(feral_bonus, apply);
}
if(!IsInFeralForm() || !CanUseAttackType(attType))
if(IsInFeralForm() || !CanUseAttackType(attType))
return;
if (proto->Delay)