Fix for GM Trainer crashing server (undefined behavior on enum cast)

This commit is contained in:
Uleat 2014-11-10 21:41:39 -05:00
parent 0370156179
commit bb5ae7447d
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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,