From ec74dc5724079bad9c4b3327e6d5c0f26bf32f3e Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 13 May 2011 21:51:53 +0000
Subject: [PATCH] Fixed Hurricane description

git-svn-id: http://svn.net-core.org/repos/t-engine4@3347 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/talents/spells/storm.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/game/modules/tome/data/talents/spells/storm.lua b/game/modules/tome/data/talents/spells/storm.lua
index b1977d9b99..df840b5d43 100644
--- a/game/modules/tome/data/talents/spells/storm.lua
+++ b/game/modules/tome/data/talents/spells/storm.lua
@@ -126,7 +126,6 @@ newTalent{
 		local radius = t.getRadius(self, t)
 		return ([[Each time one of your lightning spell dazes a target it has %d%% chances to creates a chain reaction that summons a mighty Hurricane that last for 10 turns around the target with radius of %d.
 		Each turn all creatures around it will take %0.2f to %0.2f lightning damage.
-		Only 2 hurricanes can exist at the same time.
 		The damage will increase with the Magic stat]]):format(chance, radius, damage / 3, damage)
 	end,
 }
-- 
GitLab