From ff863642fac3f24505c6a8068a0b55693bb53a27 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:11:47 +0100 Subject: fix: Markdown code quotation loot_template.md (#193) --- docs/loot_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/loot_template.md b/docs/loot_template.md index ded7b9d..cbb2ad8 100644 --- a/docs/loot_template.md +++ b/docs/loot_template.md @@ -14,9 +14,8 @@ Loot templates define only items in the loot. See comments about money drop in c ## Structure -| | | | | | | -|----------------------------------------------|--------------------|----------|---------|-------------|-----------| | **Field** | **Type** | **Null** | **Key** | **Default** | **Extra** | +|----------------------------------------------|--------------------|----------|---------|-------------|-----------| | [Entry](#loot_template-Entry) | mediumint unsigned | NO | PRI | 0 |   | | [Item](#loot_template-Item) | mediumint unsigned | NO | PRI | 0 |   | | Reference | mediumint unsigned | NO |   | 0 |   | @@ -361,7 +360,7 @@ VALUES ### Creature having in the pocket single quest item -``` cpp +``` sql -- creature_template: entry=6846, name='Defias Dockmaster', pickpocketloot=6846 -- Note: link with pickpocketing_loot_template is on `pickpocketloot` field (which is equal to `entry` field in this case) DELETE `pickpocketing_loot_template` WHERE `Entry`=6846; -- cgit