From fccc023592abbb8d433475de5bc699cecaddf8b6 Mon Sep 17 00:00:00 2001
From: Bunny <glisa825@gmail.com>
Date: Tue, 24 Dec 2019 20:17:05 -0500
Subject: [PATCH] Higher racials are spells

---
 game/modules/tome/data/talents/misc/races.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/misc/races.lua b/game/modules/tome/data/talents/misc/races.lua
index cbd5e99cd0..5c5e591878 100644
--- a/game/modules/tome/data/talents/misc/races.lua
+++ b/game/modules/tome/data/talents/misc/races.lua
@@ -34,7 +34,7 @@ racial_req4 = {
 ------------------------------------------------------------------
 -- Highers' powers
 ------------------------------------------------------------------
-newTalentType{ type="race/higher", name = "higher", generic = true, description = "The various racial bonuses a character can have." }
+newTalentType{ type="race/higher", name = "higher", generic = true, is_spell = true, description = "The various racial bonuses a character can have." }
 
 newTalent{
 	short_name = "HIGHER_HEAL",  -- Backwards compatibility, two tier 1 racials were swapped
-- 
GitLab