diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
commit | d57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch) | |
tree | ca472fac2e21f40960fc2dd547e9754a1a6a4eab /npc/020-5 | |
parent | ab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff) | |
download | serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.gz serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.bz2 serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.xz serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.zip |
Rename Legendary Wand to Mystic Wand, to prevent confusion
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 f9d960fc5..e17721731 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -342,7 +342,7 @@ L_Meltdown: case LeaderWand: Meltdown(.@id, 12000, WoodenLog, rand2(5,70), ManaPiouFeathers, rand2(3, 84), FluoPowder, rand2(2,10)); break; - case LegendaryWand: + case MysticWand: Meltdown(.@id, 12000, WoodenLog, rand2(7,77), GoldenApple, rand2(0, 1), FluoPowder, rand2(4,14)); break; // Shields - same rule (except leather shield) |