mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 08:38:20 +00:00
Migrate zone [skip ci]
This commit is contained in:
+1
-1
@@ -3065,7 +3065,7 @@ int32 QuestManager::GetZoneID(const char *zone) {
|
||||
|
||||
const char* QuestManager::GetZoneLongName(const char *zone) {
|
||||
char *long_name;
|
||||
database.GetZoneLongName(zone, &long_name);
|
||||
content_db.GetZoneLongName(zone, &long_name);
|
||||
std::string ln = long_name;
|
||||
safe_delete_array(long_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user