mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
Migrate getZoneX calls and npc types calls [skip ci]
This commit is contained in:
@@ -156,7 +156,7 @@ void EQLConfig::StartZone(Const_char *zone_ref) {
|
||||
|
||||
bool EQLConfig::BootStaticZone(Const_char *short_name, uint16 port) {
|
||||
//make sure the short name is valid.
|
||||
if(database.GetZoneID(short_name) == 0)
|
||||
if(content_db.GetZoneID(short_name) == 0)
|
||||
return false;
|
||||
|
||||
//database update
|
||||
@@ -191,7 +191,7 @@ bool EQLConfig::BootStaticZone(Const_char *short_name, uint16 port) {
|
||||
|
||||
bool EQLConfig::ChangeStaticZone(Const_char *short_name, uint16 port) {
|
||||
//make sure the short name is valid.
|
||||
if(database.GetZoneID(short_name) == 0)
|
||||
if(content_db.GetZoneID(short_name) == 0)
|
||||
return false;
|
||||
|
||||
//check internal state
|
||||
|
||||
Reference in New Issue
Block a user