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.