diff options
| author | megamage <none@none> | 2009-08-24 19:23:31 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-24 19:23:31 -0500 |
| commit | 6e8009446dd364fada37152e347216a4c1718dd9 (patch) | |
| tree | 5cce0b97bc86f3687048c1758896f97545920c79 /src/game/Level3.cpp | |
| parent | ab8b1d803905d5ac6b9f16bbc810cf9a7e179a27 (diff) | |
[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>
*Note: existing guild bank log will be removed.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
| -rw-r--r-- | src/game/Level3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index cd3a8118c88..7b69d03da38 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4059,7 +4059,7 @@ bool ChatHandler::HandleGuildCreateCommand(const char* args) } Guild *guild = new Guild; - if (!guild->create (target,guildname)) + if (!guild->Create (target,guildname)) { delete guild; SendSysMessage (LANG_GUILD_NOT_CREATED); |
