Remove a wrong copy paste comment (related to prev commit)

This commit is contained in:
Nay
2012-08-02 01:20:36 +01:00
parent edee3732c5
commit 23ccadbe2a

View File

@@ -1408,7 +1408,7 @@ uint32 Item::GetSellPrice(bool& normalSellPrice) const
{
wepType = 4; // unk enum
ImportPriceWeaponEntry const* weaponPrice = sImportPriceWeaponStore.LookupEntry(wepType + 1); // it only has two rows, it's unclear which is the one used
ImportPriceWeaponEntry const* weaponPrice = sImportPriceWeaponStore.LookupEntry(wepType + 1);
if (!weaponPrice)
return 0;