From 5cad574cbc6aa0696b5586f3112141cd4f5ddf54 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sat, 12 Oct 2024 00:20:33 +0000 Subject: Add dark magic to text command magic schools list Further idea: a lot of these models are wrappers around a string options array. Maybe convert the classes into a single template class taking an array parameter? **** mana/plus!111 Approved-by: Led Mitz --- src/enums/magicschool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/enums/magicschool.h') diff --git a/src/enums/magicschool.h b/src/enums/magicschool.h index 0299adf08..019ed53c6 100644 --- a/src/enums/magicschool.h +++ b/src/enums/magicschool.h @@ -26,6 +26,7 @@ #include "enums/simpletypes/enumdefines.h" +// These IDs are from world/map/db/const-magic.txt in TMW serverdata. enumStart(MagicSchool) { SkillMagic = 340, @@ -33,7 +34,8 @@ enumStart(MagicSchool) SkillMagicWar = 342, SkillMagicTransmute = 343, SkillMagicNature = 344, - SkillMagicAstral = 345 + SkillMagicAstral = 345, + SkillMagicDark = 346 } enumEnd(MagicSchool); -- cgit v1.2.3-70-g09d2