From 25f07a34e8921751b436ef50319cebed9ac3bf89 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 May 2022 08:14:37 -0300 Subject: Remove a check which is no longer needed --- npc/020-5/bracco.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'npc') 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); -- cgit v1.2.3-70-g09d2