Core/DB2Stores: fixed loading ItemCurrencyCost.db2

This commit is contained in:
Rat
2011-11-26 21:06:24 +01:00
parent ca03e79ce7
commit 7dca37ea16

View File

@@ -45,7 +45,7 @@ struct ItemEntry
struct ItemCurrencyCostEntry
{
uint32 Id;
//uint32 Id;
uint32 ItemId;
};