summaryrefslogtreecommitdiff
path: root/modules/worldengine
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-11-17 10:28:08 +0100
committerGitHub <noreply@github.com>2016-11-17 10:28:08 +0100
commitd53b5522f92398ed5dc785c3c84a325593d20747 (patch)
tree62973a6979657a60124a866ce7b19f34760d7335 /modules/worldengine
parent1ec1d165548d4fd4554ea469a70196c331bf3442 (diff)
Updated ScriptMgr with new function to favorite transmog module
Diffstat (limited to 'modules/worldengine')
-rw-r--r--modules/worldengine/nucleus/src/Logging/Log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/worldengine/nucleus/src/Logging/Log.h b/modules/worldengine/nucleus/src/Logging/Log.h
index 74d031d300..d534b92ec7 100644
--- a/modules/worldengine/nucleus/src/Logging/Log.h
+++ b/modules/worldengine/nucleus/src/Logging/Log.h
@@ -41,6 +41,7 @@ enum DebugLogFilters
LOG_FILTER_TRANSPORTS = 0x00400000, // Transport related
LOG_FILTER_WARDEN = 0x00800000, // Warden related
LOG_FILTER_BATTLEFIELD = 0x01000000, // Battlefield related
+ LOG_FILTER_MODULES = 0x02000000, // Modules debug
};
enum LogTypes