From dfc6f5fa733d3a0c42113f92540bc4145e9468e2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 Dec 2018 04:24:27 -0200 Subject: Fix broken pipeline --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 99ba16bfc..01a436a94 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -49,7 +49,7 @@ function script DelQuestFromEveryPlayer { function script ReplaceItemFromEveryPlayer { if (getarg(0, -1) < 0) return; - debugmes("* Server update: %d item was replaced by %d"); + debugmes("* Server update: %d item was replaced by %d", getarg(0), getarg(1)); query_sql("UPDATE `inventory` SET `nameid`='"+getarg(1)+"' WHERE `nameid`="+getarg(0)); query_sql("UPDATE `cart_inventory` SET `nameid`='"+getarg(1)+"' WHERE `nameid`="+getarg(0)); query_sql("UPDATE `storage` SET `nameid`='"+getarg(1)+"' WHERE `nameid`="+getarg(0)); -- cgit v1.2.3-60-g2f50