Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into mods
  • Loading branch information
vllworldbuilding committed Sep 25, 2024
2 parents 8317970 + 2a4cb19 commit 15b9ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/libs/functions/vocation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VOCATION = {
ADVENTURER = 9,
WIZARD = 10,
ARCHER = 11,
BARD = 12,
BARD = 12,
},
CLIENT_ID = {
NONE = 0,
Expand All @@ -27,7 +27,7 @@ VOCATION = {
ADVENTURER = 0,
WIZARD = 0,
ARCHER = 0,
BARD = 0,
BARD = 0,
},
BASE_ID = {
NONE = 0,
Expand All @@ -38,7 +38,7 @@ VOCATION = {
ADVENTURER = 5,
WIZARD = 6,
ARCHER = 7,
BARD = 8,
BARD = 8,
},
}

Expand Down

0 comments on commit 15b9ca4

Please sign in to comment.