mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Fix for GM Trainer crashing server (undefined behavior on enum cast)
This commit is contained in:
parent
0370156179
commit
bb5ae7447d
@ -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.
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user