mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Fix int16 spell ID limit with items (click, procs, etc)
See issue #7 (Did we resolve it yet?)
This commit is contained in:
@@ -4623,7 +4623,7 @@ struct ClickEffectStruct
|
||||
|
||||
struct ProcEffectStruct
|
||||
{
|
||||
uint32 effect;
|
||||
int32 effect;
|
||||
uint8 level2;
|
||||
uint32 type;
|
||||
uint8 level;
|
||||
@@ -4638,7 +4638,7 @@ struct ProcEffectStruct
|
||||
|
||||
struct WornEffectStruct //worn, focus and scroll effect
|
||||
{
|
||||
uint32 effect;
|
||||
int32 effect;
|
||||
uint8 level2;
|
||||
uint32 type;
|
||||
uint8 level;
|
||||
|
||||
Reference in New Issue
Block a user