mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Remove a wrong copy paste comment (related to prev commit)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user