mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Removed type qualifier for SkillUseTypes enum
This commit is contained in:
parent
a763fc08b6
commit
22cc86e6a0
@ -1,5 +1,8 @@
|
||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||
-------------------------------------------------------
|
||||
== 11/11/2014 ==
|
||||
Uleat: Third attempt at a fix for GM trainer zone crashes... (this is starting to look like a KLS fix...)
|
||||
|
||||
== 11/10/2014 ==
|
||||
Uleat: Fix for GM Trainer crashing server (really!)
|
||||
JJ: Yellow faction messages.
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
**
|
||||
** (ref: eqstr_us.txt [05-10-2013])
|
||||
*/
|
||||
enum SkillUseTypes : uint32
|
||||
enum SkillUseTypes
|
||||
{
|
||||
/*13855*/ Skill1HBlunt = 0,
|
||||
/*13856*/ Skill1HSlashing,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user