diff --git a/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
index 636051b5781b2dc63d8254132a955a56768b65d3..5b60addff99bbb07c3d242fc662dec9754aa986c 100644
--- a/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
@@ -266,6 +266,9 @@ newTalent{
 		if minion and x and y then
 			local lev = t.getLevel(self, t)
 			necroSetupSummon(self, minion, x, y, lev, true)
+			if self:knowTalent(self.T_BLIGHTED_SUMMONING) then 
+				if minion.subtype == "giant" then minion:learnTalent(minion.T_BONE_SHIELD, true, 3) minion:forceUseTalent(minion.T_BONE_SHIELD, {ignore_energy=true}) end
+			end
 		end
 
 		game:playSoundNear(self, "talents/spell_generic2")
diff --git a/game/modules/tome/data/talents/spells/necrotic-minions.lua b/game/modules/tome/data/talents/spells/necrotic-minions.lua
index 125ec22fb2b7e92a28ca2f61fee1aa83046a0595..f266229b206fbeac57200c541d76566336a4ac6b 100644
--- a/game/modules/tome/data/talents/spells/necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/necrotic-minions.lua
@@ -716,7 +716,8 @@ newTalent{
 				p.souls = p.souls - 1
 				necroSetupSummon(self, minion, pos.x, pos.y, lev, true)
 				if self:knowTalent(self.T_BLIGHTED_SUMMONING) then 
-					if minion.subtype == "skeleton" or minion.subtype == "giant" then minion:learnTalent(minion.T_BONE_GRAB, true, 3) end
+					if minion.subtype == "skeleton" then minion:learnTalent(minion.T_BONE_GRAB, true, 3) end
+					if minion.subtype == "giant" then minion:learnTalent(minion.T_BONE_SHIELD, true, 3) end
 					if minion.subtype == "ghoul" then minion:learnTalent(minion.T_BLOOD_LOCK, true, 3) end
 					if minion.subtype == "vampire" or minion.subtype == "lich" then minion:learnTalent(minion.T_DARKFIRE, true, 3) end
 					if minion.subtype == "ghost" or minion.subtype == "wight" then minion:learnTalent(minion.T_BLOOD_BOIL, true, 3) end
diff --git a/game/modules/tome/data/talents/uber/mag.lua b/game/modules/tome/data/talents/uber/mag.lua
index 1c73aa965e93a5302ab1b1d2842b80ba6c716cfa..3ea549011d5e83984326ed469aeaa242406d9b91 100644
--- a/game/modules/tome/data/talents/uber/mag.lua
+++ b/game/modules/tome/data/talents/uber/mag.lua
@@ -139,6 +139,7 @@ uberTalent{
 		- Turtle: Curse of Impotence
 		- Spider: Corrosive Worm
 		- Skeletons: Bone Grab
+		- Bone Giants: Bone Shield
 		- Ghouls: Blood Lock
 		- Vampires / Liches: Darkfire
 		- Ghosts / Wights: Blood Boil