[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:
Triply 2009-08-21 09:35:53 +02:00
parent 6c57a01507
commit 38fa6b241c
15 changed files with 463 additions and 368 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8401"
#define REVISION_NR "8402"
#endif // __REVISION_NR_H__