[Bug Fix] Fix Froglok Starting Languages (#4050)

# Notes
- Switch was using the wrong race ID.
This commit is contained in:
Alex King 2024-02-09 14:30:14 -05:00 committed by GitHub
parent 772fed5e30
commit 26693992b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2276,7 +2276,7 @@ void Client::SetRacialLanguages( PlayerProfile_Struct *pp )
pp->languages[Language::VahShir] = Language::MaxValue;
break;
}
case Race::Froglok: {
case Race::Froglok2: {
pp->languages[Language::CommonTongue] = Language::MaxValue;
pp->languages[Language::Froglok] = Language::MaxValue;
pp->languages[Language::Troll] = 25;