From c1c720d9ec591a9e19a0e6537b566a1481f86e9d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Jan 2021 08:21:39 -0300 Subject: Disable storage and bank logging. --- conf/map/logs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/map/logs.conf b/conf/map/logs.conf index 2b2925041..4fcde3d78 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -46,13 +46,13 @@ map_log: { // 0x0000100 - (O) Log produced/ingredient items // 0x0000200 - (U) Log MVP prize items // 0x0000400 - (A) Log player created/deleted items (through @/# commands) - // 0x0000800 - (R) Log items placed/retrieved from storage. + // 0x0000800 - (R) Log items placed/retrieved from storage. (OFF) // 0x0001000 - (G) Log items placed/retrieved from guild storage. // 0x0002000 - (E) Log mail system transactions. // 0x0004000 - (I) Log auction system transactions. // 0x0008000 - (B) Log buying store transactions // 0x0010000 - (X) Log other transactions - // 0x0020000 - (K) Log account bank transactions + // 0x0020000 - (K) Log account bank transactions (OFF) // 0x0040000 - (Y) Divorce // 0x0080000 - (Z) Roulette // 0x0100000 - (W) Rental @@ -65,7 +65,7 @@ map_log: { // 0x8000000 - (2) Refine // Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059 // Please note that moving items from inventory to cart and back is not logged by design. - enable: 0xFFFFFFF + enable: 0xFFDF7FF // Logging files/tables // Following settings specify where to log to. If 'use_sql' is -- cgit v1.2.3-60-g2f50