From e6a997eab94314c3c18a4e709dcbccac7529764c Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Fri, 30 May 2014 01:00:08 +0200
Subject: [PATCH] PFFT FUCK FUCK PFFT FUCK

---
 game/engines/default/engine/HotkeysIconsDisplay.lua        | 3 ++-
 game/modules/tome/data/general/objects/world-artifacts.lua | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/game/engines/default/engine/HotkeysIconsDisplay.lua b/game/engines/default/engine/HotkeysIconsDisplay.lua
index a9d6c409a7..10f683adaf 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 caed39652f..bdb27088e2 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",
-- 
GitLab