mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10905] Fixed vendor templates work.
* Avoid unexpected errors at template loading for shared templates for many npc. * Really use vendor template in work.
This commit is contained in:
parent
72255d1bb1
commit
4a7638c80e
3 changed files with 3 additions and 3 deletions
|
|
@ -2183,7 +2183,7 @@ VendorItemData const* Creature::GetVendorItems() const
|
|||
VendorItemData const* Creature::GetVendorTemplateItems() const
|
||||
{
|
||||
uint32 vendorId = GetCreatureInfo()->vendorId;
|
||||
return vendorId ? sObjectMgr.GetNpcVendorItemList(vendorId) : NULL;
|
||||
return vendorId ? sObjectMgr.GetNpcVendorTemplateItemList(vendorId) : NULL;
|
||||
}
|
||||
|
||||
uint32 Creature::GetVendorItemCurrentCount(VendorItem const* vItem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue