Build fixes made and tabs turned into spaces

A few build fixes made.

Tabs converted into spaces, although it does not seem to show that in
the list of changes!
This commit is contained in:
Charles A Edwards 2016-02-01 06:43:44 +00:00 committed by Antz
parent 669502916a
commit bcf0a9b25a
7 changed files with 167 additions and 6 deletions

View file

@ -1063,6 +1063,7 @@ class ObjectMgr
void AddVendorItem(uint32 entry, uint32 item, uint8 type, uint32 maxcount, uint32 incrtime, uint32 ExtendedCost);
bool RemoveVendorItem(uint32 entry, uint32 item, uint8 type);
bool IsVendorItemValid(bool isTemplate, char const* tableName, uint32 vendor_entry, uint32 item, uint8 type, uint32 maxcount, uint32 ptime, uint32 ExtendedCost, uint16 conditionId, Player* pl = NULL, std::set<uint32>* skip_vendors = NULL) const;
bool IsVendorItemValid(bool isTemplate, char const* tableName, uint32 vendor_entry, uint32 item, uint32 maxcount, uint32 ptime, uint32 ExtendedCost, uint16 conditionId, Player* pl = NULL, std::set<uint32>* skip_vendors = NULL) const;
static inline void GetLocaleString(const StringVector& data, int loc_idx, std::string& value)
{