diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-03-06 20:11:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-06 20:11:47 +0100 |
| commit | ff863642fac3f24505c6a8068a0b55693bb53a27 (patch) | |
| tree | 5c844e99e7cb3227e31abab41aff45dbeae8d4be | |
| parent | 548ed703092a28045f9348bc4918e050938268d5 (diff) | |
| download | wiki-ff863642fac3f24505c6a8068a0b55693bb53a27.tar.gz wiki-ff863642fac3f24505c6a8068a0b55693bb53a27.tar.bz2 wiki-ff863642fac3f24505c6a8068a0b55693bb53a27.zip | |
fix: Markdown code quotation loot_template.md (#193)
| -rw-r--r-- | docs/loot_template.md | 5 |
1 files 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; |
