Skip to content

Commit

Permalink
I can't read
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored May 19, 2022
1 parent e64bc0a commit 3083939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worgoblin.patch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ index 171ee44af866..83d647d81560 100644

// Race specific languages
- if (factionChangeInfo->Race != RACE_ORC && factionChangeInfo->Race != RACE_HUMAN)
+ if (factionChangeInfo->Race != RACE_ORC && factionChangeInfo->Race != RACE_HUMAN && race != RACE_WORGEN && race != RACE_GOBLIN)
+ if (factionChangeInfo->Race != RACE_ORC && factionChangeInfo->Race != RACE_HUMAN && factionChangeInfo->Race != RACE_WORGEN && factionChangeInfo->Race != RACE_GOBLIN)
{
stmt = CharacterDatabase.GetPreparedStatement(CHAR_INS_CHAR_SKILL_LANGUAGE);
stmt->SetData(0, lowGuid);

0 comments on commit 3083939

Please sign in to comment.