From f6209d789eea88ae63daf86a8fc747b7670db7c5 Mon Sep 17 00:00:00 2001 From: Thelsen <238803640+Thelsen@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:24:35 +0200 Subject: [PATCH] docs: update database/335/world/quest_request_items --- database/335/world/quest_request_items.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/database/335/world/quest_request_items.md b/database/335/world/quest_request_items.md index 5b2d8227..2bbe6964 100644 --- a/database/335/world/quest_request_items.md +++ b/database/335/world/quest_request_items.md @@ -22,6 +22,8 @@ This table basically handles 3 quest details: | [ID](#id-alt) | int | unsigned | PRI | NO | 0 | | | | [EmoteOnComplete](#emoteoncomplete) | smallint | unsigned | | NO | 0 | | | | [EmoteOnIncomplete](#emoteonincomplete) | smallint | unsigned | | NO | 0 | | | +| [EmoteOnCompleteDelay](#emoteoncompletedelay) | int | unsigned | | NO | 0 | | | +| [EmoteOnIncompleteDelay](#emoteonincompletedelay) | int | unsigned | | NO | 0 | | | | [CompletionText](#completiontext) | mediumtext | | | YES | NULL | | | | [VerifiedBuild](#verifiedbuild) | int | signed | | NO | 0 | | |   @@ -39,6 +41,12 @@ references [quest_template.ID](../world/quest_template#id) [Emote ID](/files/DBC/335/emotes#id) played by the quest ender NPC if any of the quest objectives are incomplete.   +### EmoteOnCompleteDelay +Delay in milliseconds before triggers the emote ID defined in [EmoteOnComplete](#emoteoncomplete) + +### EmoteOnIncompleteDelay +Delay in milliseconds before triggers the emote ID defined in [EmoteOnIncomplete](#emoteonincomplete) + ### CompletionText Quest gossip text shown in the final gossip dialogue window when turning in an item delivery quest. The quest item(s) involved in the quest can either be provided by the quest giver or collected by the player.