Skip to content

Conversation

@Zephryl87
Copy link
Contributor

No description provided.

Comment on lines -20 to -22
if !priest.Race.NightElf { //not sure, if this works.. can anyone confirm? xD
return
}
Copy link
Contributor

@kayla-glick kayla-glick Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be what you're looking for here 😄

if priest.Race != proto.Race_RaceNightElf {
  return
}

@kayla-glick kayla-glick merged commit de63fad into wowsims:master Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants