summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-16 08:14:37 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-16 08:14:37 -0300
commit25f07a34e8921751b436ef50319cebed9ac3bf89 (patch)
tree0fa5d04919bda3bf53f29520ca39d8beecc0edf7
parentf7ce7b7e952c55c7237d37bb7eb5d78a07e54e7e (diff)
downloadserverdata-25f07a34e8921751b436ef50319cebed9ac3bf89.tar.gz
serverdata-25f07a34e8921751b436ef50319cebed9ac3bf89.tar.bz2
serverdata-25f07a34e8921751b436ef50319cebed9ac3bf89.tar.xz
serverdata-25f07a34e8921751b436ef50319cebed9ac3bf89.zip
Remove a check which is no longer needed
-rw-r--r--npc/020-5/bracco.txt3
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);