diff options
Diffstat (limited to 'db/item_avail.txt')
-rw-r--r-- | db/item_avail.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/item_avail.txt b/db/item_avail.txt new file mode 100644 index 000000000..3c27d93b2 --- /dev/null +++ b/db/item_avail.txt @@ -0,0 +1,11 @@ +// item id,sprite id
+// Client will use sprite ID to display particular item.
+// If 0 is used then item will be disabled.
+2240,2241 //Beard - Grampa Beard
+
+//Treasure Hunters Quest Items
+//use these aliases if your game client doesn't support them normally
+//7950,7021
+//7951,7042
+//1998,1250
+//1999,1472
|