mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01: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