mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 18:58:21 +00:00
add a missing break.
This commit is contained in:
@@ -736,6 +736,7 @@ void WorldDatabase::SetTitaniumDefaultStartZone(PlayerProfile_Struct* in_pp, Cha
|
||||
{
|
||||
in_pp->zone_id = Zones::RATHEMTN; // rathemtn
|
||||
in_pp->binds[0].zone_id = Zones::RATHEMTN; // rathemtn
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user