diff options
-rw-r--r-- | npc/020-5/bracco.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 6a79bd017..ce704bd6d 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -114,9 +114,6 @@ // MassMeltdown( item, price ) function MassMeltdown { - if (getargcount() < 2 || getargcount() % 2 != 0) - return Exception("Faulty learning Meltdown command invoked - error"); - .@id=getarg(0); .@price=getarg(1); .@total=countitem(.@id); |