diff options
| author | Azazel <azazel.kon@gmail.com> | 2011-04-29 16:48:15 +0600 |
|---|---|---|
| committer | Azazel <azazel.kon@gmail.com> | 2011-04-29 16:48:15 +0600 |
| commit | 6fb2bf4224b20c0ccecfceaca8d39ae27b8677ea (patch) | |
| tree | eedb96236b09d49bdbcbf5d8931dffc60f4b2f22 /src/server/game/DataStores | |
| parent | e1647aaa29cc984672a5f6e56b08278140375443 (diff) | |
Core: use enum InventoryResult as return type for functions working with player items.
Original patch by TOM_RUS.
Diffstat (limited to 'src/server/game/DataStores')
| -rwxr-xr-x | src/server/game/DataStores/DBCStructure.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/DataStores/DBCStructure.h b/src/server/game/DataStores/DBCStructure.h index e33e7cd9c9f..b35516ebfa4 100755 --- a/src/server/game/DataStores/DBCStructure.h +++ b/src/server/game/DataStores/DBCStructure.h @@ -1085,8 +1085,8 @@ struct ItemDisplayInfoEntry //struct ItemCondExtCostsEntry //{ // uint32 ID; -// uint32 condExtendedCost; // ItemPrototype::CondExtendedCost -// uint32 itemextendedcostentry; // ItemPrototype::ExtendedCost +// uint32 condExtendedCost; // ItemTemplate::CondExtendedCost +// uint32 itemextendedcostentry; // ItemTemplate::ExtendedCost // uint32 arenaseason; // arena season number(1-4) //}; |
