From 342bc7dbd3a7963bc796bfe4879fc0491c8d7aba Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Sat, 27 Apr 2019 15:16:15 +0200 Subject: Updating wiki layout and missing contents (#34) * Added angle.png for creature_formations * Update creature_formations.md * Update creature_text.md * Added creature_text type images * Removed useless link in npc_vendor * Update quest_template.md * Fixed layout table in spell_dbc * Fixed headers in warden_checks * Fixed type values layout in logs * Fixed layout in character_stats * Fixed layout in characters (table) * Added new data in corpse.md * Fixed guild_rank text * Improved instance difficulty list values * Improved worldstates.md --- docs/logs.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs/logs.md') diff --git a/docs/logs.md b/docs/logs.md index 4d36f00..e67db9e 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -97,17 +97,19 @@ The [RealmID](realmlist_2130016.html#realmlist-id) of the realm this log string The type of log this is: -LOG\_TYPE\_STRING = 0 — a normal informative string -LOG\_TYPE\_ERROR = 1 — some sort of error -LOG\_TYPE\_BASIC = 2 — basic information -LOG\_TYPE\_DETAIL = 3 — detailed information -LOG\_TYPE\_DEBUG = 4 — debugging information -LOG\_TYPE\_CHAR = 5 — character-related -LOG\_TYPE\_WORLD = 6 — world packet dump -LOG\_TYPE\_RA = 7 — remote access logs -LOG\_TYPE\_GM = 8 — gm command logs -LOG\_TYPE\_CRASH = 9 — crash alarm logs -LOG\_TYPE\_CHAT = 10 – chat/message logs +| Values | Description | +|------------------------|-----------------------------| +| LOG_TYPE_STRING = 0 | a normal informative string | +| LOG_TYPE_ERROR = 1 | some sort of error | +| LOG_TYPE_BASIC = 2 | basic information | +| LOG_TYPE_DETAIL = 3 | detailed information | +| LOG_TYPE_DEBUG = 4 | debugging information | +| LOG_TYPE_CHAR = 5 | character-related | +| LOG_TYPE_WORLD = 6 | world packet dump | +| LOG_TYPE_RA = 7 | remote access logs | +| LOG_TYPE_GM = 8 | gm command logs | +| LOG_TYPE_CRASH = 9 | crash alarm logs | +| LOG_TYPE_CHAT = 10 | chat/message logs | ### level -- cgit