From 55bfb6247fb6ff4aa7ac1f24bc1ce18de15721ed Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Wed, 18 Apr 2012 23:03:16 +0200 Subject: DB/Creature: Remove skinning loot from Blackwing Spellbinder Closes #2228 --- sql/updates/world/2012_04_18_06_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_04_18_06_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_04_18_06_world_creature_template.sql b/sql/updates/world/2012_04_18_06_world_creature_template.sql new file mode 100644 index 00000000000..8c167c2ffa1 --- /dev/null +++ b/sql/updates/world/2012_04_18_06_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Remove Skinning loot from Blackwing Spellbinder +UPDATE `creature_template` SET `skinloot`=0 WHERE `entry`=12457; -- cgit v1.2.3