[Cleanup] Remove DumpMerchantList() from zone.cpp/zone.h (#3343)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-05-17 09:02:14 -04:00
committed by GitHub
parent 20bed20f47
commit cd82bd8472
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -180,7 +180,6 @@ public:
inline void ShowNPCGlobalLoot(Client *to, NPC *who) { m_global_loot.ShowNPCGlobalLoot(to, who); }
inline void ShowZoneGlobalLoot(Client *to) { m_global_loot.ShowZoneGlobalLoot(to); }
int GetZoneTotalBlockedSpells() { return zone_total_blocked_spells; }
void DumpMerchantList(uint32 npcid);
int SaveTempItem(uint32 merchantid, uint32 npcid, uint32 item, int32 charges, bool sold = false);
int32 MobsAggroCount() { return aggroedmobs; }
DynamicZone *GetDynamicZone();