mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
converted spell id's to integers and made the internal representation 322-bit
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
struct CharacterSpells {
|
||||
uint32_t id;
|
||||
uint16_t slot_id;
|
||||
uint16_t spell_id;
|
||||
int32_t spell_id;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user