[Code] EvolvingItemsManager Global to Singleton Cleanup

This commit is contained in:
Kinglykrab
2025-06-20 21:49:11 -04:00
parent 1be7e56b86
commit 038c260707
12 changed files with 46 additions and 48 deletions
-1
View File
@@ -43,7 +43,6 @@ WorldContentService content_service;
ZoneStore zone_store;
PathManager path;
PlayerEventLogs player_event_logs;
EvolvingItemsManager evolving_items_manager;
void ExportSpells(SharedDatabase *db);
void ExportSkillCaps(SharedDatabase *db);
-1
View File
@@ -37,7 +37,6 @@ WorldContentService content_service;
ZoneStore zone_store;
PathManager path;
PlayerEventLogs player_event_logs;
EvolvingItemsManager evolving_items_manager;
void ImportSpells(SharedDatabase *db);
void ImportSkillCaps(SharedDatabase *db);