From aed6db90879bc0047dc0c3943942e1bb4e858b2e Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 21 Dec 2011 13:08:04 +0000
Subject: [PATCH] Lichform can not be unlearnt

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

diff --git a/game/modules/tome/data/talents/spells/necrosis.lua b/game/modules/tome/data/talents/spells/necrosis.lua
index 6e2ac79705..9a757d4d1b 100644
--- a/game/modules/tome/data/talents/spells/necrosis.lua
+++ b/game/modules/tome/data/talents/spells/necrosis.lua
@@ -141,6 +141,7 @@ newTalent{
 	points = 5,
 	sustain_mana = 150,
 	cooldown = 30,
+	no_unlearn_last = true,
 	no_npc_use = true,
 	becomeLich = function(self, t)
 		self.descriptor.race = "Undead"
-- 
GitLab