From 6b6e473d886c5846ec52f3f2eab1688e6c46b00d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 18 Jan 2012 00:32:00 +0000
Subject: [PATCH] Replaced Necromancer's Liches dark tendrils & creeping
 darkness by bone spead and bone grab

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

diff --git a/game/modules/tome/data/talents/spells/necrotic-minions.lua b/game/modules/tome/data/talents/spells/necrotic-minions.lua
index 7342107549..adb6ca939e 100644
--- a/game/modules/tome/data/talents/spells/necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/necrotic-minions.lua
@@ -579,10 +579,12 @@ local minions_list = {
 			T_FREEZE=3,
 			T_MANATHRUST=5,
 			T_CONGEAL_TIME=5,
-			T_CREEPING_DARKNESS=4,
+--			T_CREEPING_DARKNESS=4,
 			T_DARK_VISION=4,
 			T_DARK_TORRENT=4,
-			T_DARK_TENDRILS=4,
+--			T_DARK_TENDRILS=4,
+			T_BONE_GRAB=4,
+			T_BONE_SPEAR=4,
 			-- Utility spells
 			T_PHASE_DOOR=5,
 			T_TELEPORT=5,
-- 
GitLab