forked from Upstream/mmocore
Update example-drop-tables.yml to remove ;period=
This commit is contained in:
parent
c04d46d662
commit
ed97665e27
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# You may create as many drop tables as you want. You can also
|
# You may create as many drop tables as you want. You can also
|
||||||
# make drop tables refer to other drop tables.
|
# make drop tables refer to other drop tables.
|
||||||
#
|
#
|
||||||
@ -8,7 +7,7 @@
|
|||||||
diamond-drop-table:
|
diamond-drop-table:
|
||||||
items:
|
items:
|
||||||
- 'vanilla{type=DIAMOND} 1 1-3'
|
- 'vanilla{type=DIAMOND} 1 1-3'
|
||||||
# - 'mmoitem{type=material;id=RARE_DIAMOND;period=} .1 1-3'
|
# - 'mmoitem{type=material;id=RARE_DIAMOND} .1 1-3'
|
||||||
- 'droptable{id=other-drop-table} .1'
|
- 'droptable{id=other-drop-table} .1'
|
||||||
|
|
||||||
other-drop-table:
|
other-drop-table:
|
||||||
|
Loading…
Reference in New Issue
Block a user