Migrate getZoneX calls and npc types calls [skip ci]

This commit is contained in:
Akkadius
2020-03-12 02:27:09 -05:00
parent b22d8f6148
commit ca49f3902f
25 changed files with 181 additions and 181 deletions
+1 -1
View File
@@ -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;