diff options
| author | Degen <degenesis0@gmail.com> | 2019-08-13 18:46:04 -0300 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-08-13 23:46:04 +0200 |
| commit | 5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c (patch) | |
| tree | 3661c5288c26bc591afa66e6d8a0285f7f6291e4 | |
| parent | a5639f22e06b54789b4a16813ebc9662d466a6d6 (diff) | |
| download | wiki-5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c.tar.gz wiki-5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c.tar.bz2 wiki-5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c.zip | |
Update creature_questitem.md (#108)
| -rw-r--r-- | docs/creature_questitem.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/creature_questitem.md b/docs/creature_questitem.md index ca294e5..1a576d4 100644 --- a/docs/creature_questitem.md +++ b/docs/creature_questitem.md @@ -2,6 +2,6 @@ Column | Type | Description --- | --- | --- -CreatureEntry | int(10) unsigned | -Idx | int(10) unsigned | -ItemId | int(10) unsigned | +CreatureEntry | int(10) unsigned | Entry ID of a creature that drops quest items only while the related quest is active. +Idx | int(10) unsigned | Index +ItemId | int(10) unsigned | Entry ID of an item that can be looted from the creature only while the related quest is active. |
