From d2db650fabd9ce53a0b5eb0c2460450dc8f5ea1c Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Tue, 20 Dec 2011 12:34:52 +0000
Subject: [PATCH] Necrotic Aura will be present even for necromancers starting
 with no talents

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

diff --git a/game/modules/tome/data/talents/spells/necrotic-minions.lua b/game/modules/tome/data/talents/spells/necrotic-minions.lua
index 44cfd240ef..7342107549 100644
--- a/game/modules/tome/data/talents/spells/necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/necrotic-minions.lua
@@ -24,6 +24,7 @@ newTalent{
 	mode = "sustained",
 	cooldown = 10,
 	sustain_mana = 10,
+	no_unlearn_last = true,
 	tactical = { BUFF = 2 },
 	die_speach = function(self, t)
 		if rng.percent(90) then return end
-- 
GitLab