mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
add a missing break.
This commit is contained in:
parent
2545b9f6e1
commit
4a8971ce67
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user