Commit a30b4bf173c8acf317dc8b0a8d6fd4336e4b9c6c
Merge branch 'update-aods-unlock-checker' into 'master'
Change the type for the Avatar Distant Sun Unlock Checker to "base/class" Change the type for the Avatar Distant Sun Unlock Checker hidden talent to "base/class" so it will not prevent a Sun Paladin from entering Zigur who otherwise could. See merge request !768
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -232,7 +232,7 @@ newTalent{ |
232 | 232 | |
233 | 233 | newTalent{ |
234 | 234 | name = "Avatar Distant Sun Unlock Checker", short_name = "AVATAR_DISTANT_SUN_UNLOCK_CHECKER", image = "talents/avatar_of_a_distant_sun.png", |
235 | - type = {"celestial/other",1}, | |
235 | + type = {"base/class",1}, | |
236 | 236 | mode = "passive", |
237 | 237 | hide = "always", |
238 | 238 | no_unlearn_last = true, | ... | ... |
-
Please register or login to post a comment