From 85616fcec3afde5fb6d456341d1b192b5d44d5bd Mon Sep 17 00:00:00 2001 From: Rushor Date: Tue, 20 Oct 2015 11:39:18 +0200 Subject: DB/Creature: Small Crag Boar - Remove invalid skinning Loot * closes #15742 --- sql/updates/world/2015_10_20_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_20_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_20_02_world.sql b/sql/updates/world/2015_10_20_02_world.sql new file mode 100644 index 00000000000..e2211a704ea --- /dev/null +++ b/sql/updates/world/2015_10_20_02_world.sql @@ -0,0 +1,2 @@ +-- Small Crag Boar - Skinning Loot +UPDATE `creature_template` SET `skinloot`=0 WHERE `entry`=708; -- cgit v1.2.3