From dc8f7f79bc231b8a0c761e13222b04dd8ff83f57 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Mon, 20 Jan 2014 16:52:01 +0100
Subject: [PATCH] Fixed psionic distortion effects

---
 game/modules/tome/data/talents/psionic/distortion.lua   | 2 +-
 game/modules/tome/data/talents/spells/frost-alchemy.lua | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/talents/psionic/distortion.lua b/game/modules/tome/data/talents/psionic/distortion.lua
index de22ca752b..7e42645341 100644
--- a/game/modules/tome/data/talents/psionic/distortion.lua
+++ b/game/modules/tome/data/talents/psionic/distortion.lua
@@ -28,7 +28,7 @@ function DistortionCount(self)
 			distortion_count = distortion_count + lev
 		end
 	end
-	distortion_count = mod.class.interface.Combat.combatScale(distortion_count, 0, 0, 20, 20, 0.75)
+	distortion_count = mod.class.interface.Combat:combatScale(distortion_count, 0, 0, 20, 20, 0.75)
 	print("Distortion Count", distortion_count)
 	return distortion_count
 end
diff --git a/game/modules/tome/data/talents/spells/frost-alchemy.lua b/game/modules/tome/data/talents/spells/frost-alchemy.lua
index e00b3106b7..9f3f4633d8 100644
--- a/game/modules/tome/data/talents/spells/frost-alchemy.lua
+++ b/game/modules/tome/data/talents/spells/frost-alchemy.lua
@@ -105,7 +105,7 @@ newTalent{
 }
 
 newTalent{
-	name = "Body of Ice",
+	name = "Ice Core", short_name = "BODY_OF_ICE",
 	type = {"spell/frost-alchemy",4},
 	require = spells_req4,
 	mode = "sustained",
-- 
GitLab