mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8402] Optimalized guild_eventlog and guild_bank_eventlog loading from database.
Added config options to set count of eventlog records stored in DB. Attached SQL files will DROP existing and create new tables. Make sure you create backup (if you need old data). Renamed few variables in Guild class. Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
6c57a01507
commit
38fa6b241c
15 changed files with 463 additions and 368 deletions
|
|
@ -2329,8 +2329,9 @@ enum PetDiet
|
|||
// Max values for Guild & Guild Bank
|
||||
#define GUILD_BANK_MAX_TABS 6
|
||||
#define GUILD_BANK_MAX_SLOTS 98
|
||||
#define GUILD_BANK_MAX_LOGS 24
|
||||
#define GUILD_EVENTLOG_MAX_ENTRIES 100
|
||||
#define GUILD_BANK_MAX_LOGS 25
|
||||
#define GUILD_BANK_MONEY_LOGS_TAB 100
|
||||
#define GUILD_EVENTLOG_MAX_RECORDS 100
|
||||
#define GUILD_MAX_RANKS 10
|
||||
|
||||
enum AiReaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue