Removed type qualifier for SkillUseTypes enum

This commit is contained in:
Uleat 2014-11-11 18:01:21 -05:00
parent a763fc08b6
commit 22cc86e6a0
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50) 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 == == 11/10/2014 ==
Uleat: Fix for GM Trainer crashing server (really!) Uleat: Fix for GM Trainer crashing server (really!)
JJ: Yellow faction messages. JJ: Yellow faction messages.

View File

@ -30,7 +30,7 @@
** **
** (ref: eqstr_us.txt [05-10-2013]) ** (ref: eqstr_us.txt [05-10-2013])
*/ */
enum SkillUseTypes : uint32 enum SkillUseTypes
{ {
/*13855*/ Skill1HBlunt = 0, /*13855*/ Skill1HBlunt = 0,
/*13856*/ Skill1HSlashing, /*13856*/ Skill1HSlashing,