Fix int16 spell ID limit with items (click, procs, etc)

See issue #7 (Did we resolve it yet?)
This commit is contained in:
Michael Cook (mackal)
2015-11-14 14:37:24 -05:00
parent f188851bfb
commit 7c4abcc68d
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -4111,7 +4111,7 @@ struct ClickEffectStruct
struct ProcEffectStruct
{
uint32 effect;
int32 effect;
uint8 level2;
uint32 type;
uint8 level;
@@ -4126,7 +4126,7 @@ struct ProcEffectStruct
struct WornEffectStruct //worn, focus and scroll effect
{
uint32 effect;
int32 effect;
uint8 level2;
uint32 type;
uint8 level;