From 386d665c72ac52a2f690235063a4a5a14867ac96 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sat, 19 Oct 2019 00:13:40 +0200
Subject: [PATCH] Fixed Positive & Negative tooltips

---
 game/modules/tome/class/interface/TooltipsData.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/game/modules/tome/class/interface/TooltipsData.lua b/game/modules/tome/class/interface/TooltipsData.lua
index 2cf5fda2ef..1acab5eac2 100644
--- a/game/modules/tome/class/interface/TooltipsData.lua
+++ b/game/modules/tome/class/interface/TooltipsData.lua
@@ -89,12 +89,10 @@ It is increased by Willpower.
 
 TOOLTIP_POSITIVE = [[#GOLD#Positive Energy#LAST#
 Positive energy represents your reserve of positive "celestial" power, most closely associated with the Sun.
-It slowly decreases and is replenished by using some talents.
 ]]
 
 TOOLTIP_NEGATIVE = [[#GOLD#Negative Energy#LAST#
 Negative energy represents your reserve of negative "celestial" power, most closely associated with the Moon.
-It slowly decreases and is replenished by using some talents.
 ]]
 
 TOOLTIP_VIM = [[#GOLD#Vim#LAST#
-- 
GitLab