mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 09:28:21 +00:00
converted spell id's to integers and made the internal representation 322-bit
This commit is contained in:
@@ -37,7 +37,7 @@ class BaseBotPetsRepository {
|
||||
public:
|
||||
struct BotPets {
|
||||
uint32_t pets_index;
|
||||
uint32_t spell_id;
|
||||
int32_t spell_id;
|
||||
uint32_t bot_id;
|
||||
std::string name;
|
||||
int32_t mana;
|
||||
|
||||
Reference in New Issue
Block a user