mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[Bots] Convert Bot Database Methods to Repositories (#4023)
* [Bots] Convert Bot Database Methods to Repositories * Final push. * Cleanup. * Cleanup. * Update bot_database.cpp * Update bot_database.cpp * Update bot_database.cpp * Update bot_database.cpp * Update bot_database.cpp
This commit is contained in:
+8
-8
@@ -24,14 +24,14 @@
|
||||
#include <sstream>
|
||||
|
||||
struct BotsAvailableList {
|
||||
uint32 ID;
|
||||
char Name[64];
|
||||
uint16 Class;
|
||||
uint8 Level;
|
||||
uint16 Race;
|
||||
uint8 Gender;
|
||||
char Owner[64];
|
||||
uint32 Owner_ID;
|
||||
uint32 bot_id;
|
||||
char bot_name[64];
|
||||
uint16 class_;
|
||||
uint8 level;
|
||||
uint16 race;
|
||||
uint8 gender;
|
||||
char owner_name[64];
|
||||
uint32 owner_id;
|
||||
};
|
||||
|
||||
struct BotSpell {
|
||||
|
||||
Reference in New Issue
Block a user