1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-21 17:15:32 +01:00

Add the class to the swords/bows/arrows

This commit is contained in:
Ombridride
2015-07-29 19:29:12 +02:00
parent 9dd6092306
commit 0e7c803463
4 changed files with 5 additions and 4 deletions

View File

@@ -119,5 +119,5 @@ if not DISABLE_DIAMOND_ARROW then
end
if not DISABLE_MITHRIL_ARROW then
throwing_register_arrow_standard ('mithril', 'Mithril', 12, 0.66, 'moreores:mithril_ingot')
throwing_register_arrow_standard ('mithril', 'Mithril (Hunter)', 12, 0.66, 'moreores:mithril_ingot')
end