diff --git a/Updates/4628_i.20384_condition.sql b/Updates/4628_i.20384_condition.sql new file mode 100644 index 000000000..7270378ed --- /dev/null +++ b/Updates/4628_i.20384_condition.sql @@ -0,0 +1,4 @@ +-- Correct dropcondition for Silithid Carapace Fragment 20384 thx @ marez_mik +-- 1107 2 20402 1 0 0 0 Player Has 1 or more of Item ID 20402 in Inventory - tbc +-- 1398 2 20402 1 0 0 0 Player Has 1 or more of Item ID 20402 in Inventory - classic +UPDATE `creature_loot_template` SET `condition_id` = 1398 WHERE `item` = 20384; \ No newline at end of file