mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 12:48:20 +00:00
Add a missing Froglok starting area for Titanium Startzone.
This commit is contained in:
@@ -732,6 +732,11 @@ void WorldDatabase::SetTitaniumDefaultStartZone(PlayerProfile_Struct* in_pp, Cha
|
||||
in_pp->binds[0].zone_id = Zones::SHARVAHL; // sharvahl
|
||||
break;
|
||||
}
|
||||
case StartZoneIndex::RatheMtn:
|
||||
{
|
||||
in_pp->zone_id = Zones::RATHEMTN; // rathemtn
|
||||
in_pp->binds[0].zone_id = Zones::RATHEMTN; // rathemtn
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user