mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Change item effects to int32
Check range on AEDuration spells
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ namespace EQEmu
|
||||
};
|
||||
|
||||
struct ItemEffect_Struct {
|
||||
int16 Effect;
|
||||
int32 Effect;
|
||||
uint8 Type;
|
||||
uint8 Level;
|
||||
uint8 Level2;
|
||||
|
||||
Reference in New Issue
Block a user