Commit 9b951fda17804119dcef28236f8ae622b69a078d

Authored by K'van
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.
... ... @@ -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,
... ...