diff --git a/game/engines/default/engine/HotkeysIconsDisplay.lua b/game/engines/default/engine/HotkeysIconsDisplay.lua
index a9d6c409a7e05022057dfa79a73195f7838fa32a..10f683adafa39eb2304ab6c68ae16dc7e207a540 100644
--- a/game/engines/default/engine/HotkeysIconsDisplay.lua
+++ b/game/engines/default/engine/HotkeysIconsDisplay.lua
@@ -178,8 +178,9 @@ function _M:display()
 					frame = "disabled"
 				end
 				display_entity = o
-				if o and o.use_talent then
+				if o and o.use_talent and o.use_talent.id then
 					local t = a:getTalentFromId(o.use_talent.id)
+					table.print(o.use_talent)
 					display_entity = t.display_entity
 				end
 				if o and o.talent_cooldown then
diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index caed39652f12448b90ac2b041b74e054ffb1a7fc..bdb27088e227de83bd268753eab293ff5e376922 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -4949,8 +4949,6 @@ newEntity{ base = "BASE_RING",
 		knockback_immune=1,
 		combat_armor = 5,
 	},
-	max_power = 28, power_regen = 1,
-	use_talent = { id = Talents.T_BIND, level = 2, power = 25 },
 }
 
 newEntity{ base = "BASE_LONGSWORD",