Przeglądaj źródła

- Switched drop_rate0item to NO according to iRO.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7257 54d463be-8e91-2dee-dedb-b68131a5f0ec
musashiden 19 lat temu
rodzic
commit
bf5a24f7b6
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      conf-tmpl/battle/drops.conf

+ 2 - 1
conf-tmpl/battle/drops.conf

@@ -124,7 +124,8 @@ item_drop_treasure_max: 10000
 item_logarithmic_drops: no
 
 // Can the monster's drop rate become 0? (Note 1)
-drop_rate0item: yes
+// Defualt: no (as in official servers).
+drop_rate0item: no
 
 // drop_by_luk: Leave at 0 to use normal drop system.  Anything higher than 0 will allow luk to affect drop rates. Note that both methods can be combined (the old method is applied first).