diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 10:46:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 10:46:26 -0300 |
commit | 5c3b1af88e180e6cce1239dd55cc44faca66bbfc (patch) | |
tree | d07ad4b8632bbbc1b5088c657b0f7c567dbecff4 /npc/020-5 | |
parent | e624662303634463370827c6e7d1ce3af72a681f (diff) | |
download | serverdata-5c3b1af88e180e6cce1239dd55cc44faca66bbfc.tar.gz serverdata-5c3b1af88e180e6cce1239dd55cc44faca66bbfc.tar.bz2 serverdata-5c3b1af88e180e6cce1239dd55cc44faca66bbfc.tar.xz serverdata-5c3b1af88e180e6cce1239dd55cc44faca66bbfc.zip |
Fix a comment
Diffstat (limited to 'npc/020-5')
-rw-r--r-- | npc/020-5/bracco.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index d78e20128..54f2bdea7 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -170,7 +170,7 @@ L_Meltdown: case Broadsword: Meltdown(.@it, 2000, SilverIngot, rand2(13,18)); break; - // Wands have much worse rates and are more expensive because they are sold + // Wands have no warranted min. and are more expensive because they are sold case TrainingWand: Meltdown(.@it, 12000, WoodenLog, rand2(1,14), ManaPiouFeathers, rand2(0, 21), FluoPowder, rand2(0,3)); break; |