mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Merchants] Convert Merchant Load to Repositories (#4007)
* [Merchants] Convert Merchant Load to Repositories # Notes - Convert `GetMerchantDataForZoneLoad()` to repositories. # Images ## Load * Change to LoadMerchants()
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ public:
|
||||
void DoAdventureActions();
|
||||
void DoAdventureAssassinationCountIncrease();
|
||||
void DoAdventureCountIncrease();
|
||||
void GetMerchantDataForZoneLoad();
|
||||
void LoadMerchants();
|
||||
void GetTimeSync();
|
||||
void LoadAdventureFlavor();
|
||||
void LoadAlternateAdvancement();
|
||||
|
||||
Reference in New Issue
Block a user