From 021f2e16fc849e7cf0b63a1b0f4cd20392d56b1a Mon Sep 17 00:00:00 2001 From: PrisonCamp Date: Thu, 1 Jan 2015 15:38:50 -0800 Subject: [PATCH] Commented out unnecessary debug message --- .../game/script/quest/task/ground/give_item_to_npc.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/quest/task/ground/give_item_to_npc.script b/sku.0/sys.server/compiled/game/script/quest/task/ground/give_item_to_npc.script index 92d74d996..eac569c54 100644 --- a/sku.0/sys.server/compiled/game/script/quest/task/ground/give_item_to_npc.script +++ b/sku.0/sys.server/compiled/game/script/quest/task/ground/give_item_to_npc.script @@ -7,10 +7,10 @@ const string_id noGiveDuringCombat = new string_id("quest/ground/system_message" trigger OnGiveItem (obj_id item, obj_id giver) { - if ( isGod(giver) ) + /*if ( isGod(giver) ) { debugSpeakMsg (giver, "The item is " + item); - } + }*/ string questName = getStringObjVar (self, "quest_name"); string taskName = getStringObjVar (self, "task_name"); string itemName = getTemplateName (item);