diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-15 12:08:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-15 12:08:34 -0300 |
commit | 54b77f785404c4955cb49d74176eda10b6726520 (patch) | |
tree | 05a11de43f8dbfb9d60141f10a36b7d7b239436a /npc/commands/shroom.txt | |
parent | 4b34ee199a84a23a2b459bff9d8b4f6653bd7f44 (diff) | |
download | serverdata-54b77f785404c4955cb49d74176eda10b6726520.tar.gz serverdata-54b77f785404c4955cb49d74176eda10b6726520.tar.bz2 serverdata-54b77f785404c4955cb49d74176eda10b6726520.tar.xz serverdata-54b77f785404c4955cb49d74176eda10b6726520.zip |
Shroom LV 80 -> 60
Diffstat (limited to 'npc/commands/shroom.txt')
-rw-r--r-- | npc/commands/shroom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/shroom.txt b/npc/commands/shroom.txt index 1b05bbcf8..76a430400 100644 --- a/npc/commands/shroom.txt +++ b/npc/commands/shroom.txt @@ -57,6 +57,6 @@ OnShroom: end; OnInit: - bindatcmd "shroom", "@shroom::OnShroom", 80, 100, 1; + bindatcmd "shroom", "@shroom::OnShroom", 60, 100, 1; } |