aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-03 13:34:57 +0200
committerSnapperRy <snapperryen@gmail.com>2016-10-03 13:34:57 +0200
commita01f7ad47067af36184c6758401c5fc1b0ade571 (patch)
tree3c3fc0a5b18497c5d0ee0a62b601877b958c8e66
parent6cef1de8d384184ca7c63ade57c3ff6333363dda (diff)
DB/Creature: remove loot and experience for Webbed Creature.
-rw-r--r--sql/updates/world/3.3.5/2016_10_03_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_03_00_world.sql b/sql/updates/world/3.3.5/2016_10_03_00_world.sql
new file mode 100644
index 00000000000..68fd91a2096
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_03_00_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `lootid`=0, `flags_extra`=`flags_extra`|0x40 WHERE `entry`=17680;
+DELETE FROM `creature_loot_template` WHERE `entry`=17680;