From da2c39d113176ef3bf835dbc151d1043c7ddee8e Mon Sep 17 00:00:00 2001 From: Nay Date: Sat, 19 May 2012 15:56:57 +0100 Subject: DB/Loot: No npc should drop Saronite Ore Thanks Amit --- sql/updates/world/2012_02_19_04_creature_loot_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_02_19_04_creature_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_02_19_04_creature_loot_template.sql b/sql/updates/world/2012_02_19_04_creature_loot_template.sql new file mode 100644 index 00000000000..ae996e01956 --- /dev/null +++ b/sql/updates/world/2012_02_19_04_creature_loot_template.sql @@ -0,0 +1 @@ +DELETE FROM `creature_loot_template` WHERE `entry`=31813 AND `item`=36912; -- Saronite Ore -- cgit v1.2.3