mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Convert NPC Spell AI from int16 to uint16. (#1262)
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ struct wplist {
|
||||
|
||||
#pragma pack(1)
|
||||
struct DBnpcspells_entries_Struct {
|
||||
int16 spellid;
|
||||
uint16 spellid;
|
||||
uint8 minlevel;
|
||||
uint8 maxlevel;
|
||||
uint32 type;
|
||||
|
||||
Reference in New Issue
Block a user