diff --git a/game/modules/tome/data/talents/spells/storm.lua b/game/modules/tome/data/talents/spells/storm.lua
index b1977d9b99c9b63ce0a446d28e43ad5990337f62..df840b5d436a1824f772eeeff0b4d94187b719b0 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,
 }