diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 01:08:26 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 01:08:26 -0200 |
commit | 1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb (patch) | |
tree | bee4e7dcd26a8432688800e5db077d07d2810173 /npc/functions | |
parent | 5a96d5846c0ac8f547e9d1773fc20e7a96ea9852 (diff) | |
download | serverdata-1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb.tar.gz serverdata-1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb.tar.bz2 serverdata-1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb.tar.xz serverdata-1a1af0d816606f9ce3ba619d5edf6a94fd4a4fdb.zip |
[SKIP CI] I HAVE FOUND THE BUG
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index dc21765be..46f5bce83 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -454,11 +454,6 @@ function script mstone { .lvl=20; .jlv=10; - if (is_staff()) - debugmes("Check: %d == %d && (%d for int, %d for blvl, %d for jlvl). %d == %d.", MAGIC_LVL, .@v, - $MANA_BINT+(.int*.@v), $MANA_BINT+(.lvl*.@v), $MANA_BINT+(.jlv*.@v), - readparam(Sp), readparam(MaxSp)); - return ( MAGIC_LVL == .@v && readparam(bInt) >= $MANA_BINT+(.int*.@v) && |