From 5fe1fe0d5fb04848c661dbe39c64a7f33ca9f917 Mon Sep 17 00:00:00 2001
From: Alexander Sedov <alex0player@gmail.com>
Date: Thu, 12 Feb 2015 15:13:15 +0300
Subject: [PATCH] Change wording on Draconic Body a bit since it does not
 trigger on heal

---
 game/modules/tome/data/talents/uber/const.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/uber/const.lua b/game/modules/tome/data/talents/uber/const.lua
index 90dedd7df6..5e0fd391d6 100644
--- a/game/modules/tome/data/talents/uber/const.lua
+++ b/game/modules/tome/data/talents/uber/const.lua
@@ -30,7 +30,7 @@ uberTalent{
 		end
 	end,
 	info = function(self, t)
-		return ([[Your body hardens and recovers quickly. When pushed below 30%% life, you are healed for 40%% of your total life.]])
+		return ([[Your body hardens and recovers quickly. When pushed below 30%% life, you instantly restore 40%% of your total life.]])
 		:format()
 	end,
 }
-- 
GitLab