EverWrath/src/server
Bogir[rus] 18c2b07609
fix(Core/Logs): improve log money (#10297)
* Fixed wrong decription of error

The Logger was pointing to the wrong table. Text is missing not in `broadcast_text_locale`, but in `broadcast_text`.

* fix(DB/Logger): fix logs topics and types

Correction of texts in the topic and the type of logged action. Getting rid of `<>` tags, which can cause certain difficulties when processing logs by the administrator. Now we can sort entries by the type of logged actions

* fix log_money

* fix log_money

* fix log_money

* fix log_money

* Update ObjectMgr.cpp

* Update rev_1642821969869259834.sql

* reduce memory usage

* Update AuctionHouseMgr.cpp

* Update Guild.cpp

* Update MailHandler.cpp

* Update TradeHandler.cpp

* fix typo

* Update data/sql/updates/pending_db_characters/rev_1642821969869259834.sql
2022-01-25 17:58:08 -03:00
..
authserver feat(Core/Common): delete old Tokenizer (#10121) 2022-01-21 14:59:05 +07:00
database feat(Core/Time): Implement saparated manager for game time (#8630) 2022-01-24 17:55:00 +07:00
game fix(Core/Logs): improve log money (#10297) 2022-01-25 17:58:08 -03:00
scripts fix (core/pdump): Fix Pdump write and load thru TC Cherry picks (#10349) 2022-01-24 19:47:16 -05:00
shared refactor(Core): remove unused imports (#10296) 2022-01-22 11:21:35 +01:00
worldserver feat(Core/Player): allow to queue both RDF & BGs together (#10102) 2022-01-25 10:21:01 +01:00
CMakeLists.txt feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00