summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/questdbconverter.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/questdbconverter.pl b/tools/questdbconverter.pl
index 9c59d434d..00431fb79 100755
--- a/tools/questdbconverter.pl
+++ b/tools/questdbconverter.pl
@@ -76,6 +76,14 @@ quest_db: (
},
... (can repeated up to MAX_QUEST_OBJECTIVES times)
)
+ Drops: (
+ {
+ ItemId: Item ID to drop [int]
+ Rate: Drop rate [int]
+ MobId: Mob ID to match [int, optional]
+ },
+ ... (can be repeated)
+ )
},
******************************************************************************/