From bb5ae7447d2bf5f0854a8c7cd2a6e98ae37d5717 Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 10 Nov 2014 21:41:39 -0500 Subject: [PATCH] Fix for GM Trainer crashing server (undefined behavior on enum cast) --- changelog.txt | 2 ++ common/skills.h | 1 + 2 files changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 933106dc0..215ef1c09 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- +== 11/10/2014 == +Uleat: Fix for GM Trainer crashing server == 11/09/2014 == Kayen: Implemented support for spell target type (45) 'Target Rings' on Underfoot (does work earlier expansions). Thanks to Lecht for figuring out the op_code side. diff --git a/common/skills.h b/common/skills.h index b4064ab3f..d570c565e 100644 --- a/common/skills.h +++ b/common/skills.h @@ -108,6 +108,7 @@ enum SkillUseTypes : uint32 /*13869*/ SkillBerserking, /*13902*/ SkillTaunt, /*05837*/ SkillFrenzy, // This appears to be the only listed one not grouped with the others +/*00000*/ _SkillCount, // SoF+ specific skills // /*03670*/ SkillRemoveTraps,