mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
More build errors and warnings fixed
5 errors remaining at this point. Only warning left are in the Stormlib library.
This commit is contained in:
parent
52112d7657
commit
4baf9907c7
6 changed files with 16 additions and 4 deletions
|
|
@ -1060,6 +1060,7 @@ class ObjectMgr
|
|||
return &iter->second;
|
||||
}
|
||||
|
||||
void AddVendorItem(uint32 entry, uint32 item, uint32 maxcount, uint32 incrtime, uint32 extendedcost);
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue