Commit 9b951fda17804119dcef28236f8ae622b69a078d
1 parent
294e777b
Change the type for the Avatar Distant Sun Unlock Checker to "base/class" so it …
…will not prevent a Sun Paladin from entering Zigur who otherwise could.
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