Skip to content

Commit

Permalink
Merge pull request #309 from Polynomix/more-fixes
Browse files Browse the repository at this point in the history
[Shaman] Crash fix and clearcasting bug fix
  • Loading branch information
rosenrusinov authored May 3, 2024
2 parents 536965b + cecae8a commit 6ff6b10
Show file tree
Hide file tree
Showing 7 changed files with 604 additions and 588 deletions.
7 changes: 4 additions & 3 deletions proto/shaman.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ enum WaterTotem {
}

enum CallTotem {
Elements = 0;
Ancestors = 1;
Spirits = 2;
NoCall = 0;
Elements = 1;
Ancestors = 2;
Spirits = 3;
}

message TotemSet {
Expand Down
Loading

0 comments on commit 6ff6b10

Please sign in to comment.