diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 13:23:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 13:23:03 -0300 |
commit | a3c0af67d1df55e9f436ee9352f7077748c3a620 (patch) | |
tree | e3fa8856443ffdba7c8689001c3e0d1c97f27ef6 /npc/functions | |
parent | b51a70d2db888fd14d0eae183c715f8d8b6887aa (diff) | |
download | serverdata-a3c0af67d1df55e9f436ee9352f7077748c3a620.tar.gz serverdata-a3c0af67d1df55e9f436ee9352f7077748c3a620.tar.bz2 serverdata-a3c0af67d1df55e9f436ee9352f7077748c3a620.tar.xz serverdata-a3c0af67d1df55e9f436ee9352f7077748c3a620.zip |
Dummy, that's bugs
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/weather.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 631934bad..85c78326b 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -128,7 +128,7 @@ OnMinute45: if (.@m$ == "Not found") dispbottom l("Command not permitted on this map! Check npc/functions/weather.conf"); else - addmapmask(.@key$, MASK_RAIN); + addmapmask(.@key$, getarg(0)); return; } |