mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Migrate getZoneX calls and npc types calls [skip ci]
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ bool Adventure::Process()
|
||||
|
||||
bool Adventure::CreateInstance()
|
||||
{
|
||||
uint32 zone_id = database.GetZoneID(adventure_template->zone);
|
||||
uint32 zone_id = content_db.GetZoneID(adventure_template->zone);
|
||||
if(!zone_id)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user