diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-18 23:03:16 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-18 23:03:16 +0200 |
commit | 55bfb6247fb6ff4aa7ac1f24bc1ce18de15721ed (patch) | |
tree | c4055b5a12db3ecf614ddb1e683226fb53a21ca7 | |
parent | 4818c70dcb4fba92919333d50a54458c4f4e5e7e (diff) |
DB/Creature: Remove skinning loot from Blackwing Spellbinder
Closes #2228
-rw-r--r-- | sql/updates/world/2012_04_18_06_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |