mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
converted spell id's to integers and made the internal representation 322-bit
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
uint32_t recast_time;
|
||||
uint8_t is_spell;
|
||||
uint8_t is_disc;
|
||||
uint32_t spell_id;
|
||||
int32_t spell_id;
|
||||
uint8_t is_item;
|
||||
uint32_t item_id;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user