diff --git a/changelog.txt b/changelog.txt index a429579ab..9db99cc58 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- +== 02/18/2015 == +Noudess: Starting erudites that were supposed to start in paineel were landing +in erudin on Titanium. Fixed to be paineel. == 02/09/2015 == Noudess: Placing an aug tagged as magical onto a non-magical weapon now allows the resulting weapon to hit creatures requiring magical creatures. Seems like diff --git a/world/worlddb.cpp b/world/worlddb.cpp index 223ae89d6..27093e2ea 100644 --- a/world/worlddb.cpp +++ b/world/worlddb.cpp @@ -348,8 +348,16 @@ void WorldDatabase::SetTitaniumDefaultStartZone(PlayerProfile_Struct* in_pp, Cha { case 0: { + if (in_cc->deity == 203) // Cazie erudites go to paineel + { + in_pp->zone_id = 75; // paineel + in_pp->binds[0].zoneId = 75; // paineel + } + else + { in_pp->zone_id = 24; // erudnext in_pp->binds[0].zoneId = 38; // tox + } break; } case 1: