mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +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->zone_id = Zones::RATHEMTN; // rathemtn
|
||||||
in_pp->binds[0].zone_id = Zones::RATHEMTN; // rathemtn
|
in_pp->binds[0].zone_id = Zones::RATHEMTN; // rathemtn
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user