aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2016-08-08 01:18:01 -0300
committerNyeriah <sarah.trysan@live.com>2016-08-08 01:18:01 -0300
commit358af1ccc2eda1732cdaf1584682a7be18c900d8 (patch)
treee6668dc07dbd2f6ac70ae62a4c70c41e4f0ff1b5
parentac3bfd111d60bc4a11ef41855113c8a10fba8ff1 (diff)
DB/Misc: Fix a couple of start up errors and allow the mounted version of Attumen the Huntsmen to skip player damage check
-rw-r--r--sql/updates/world/3.3.5/2016_08_08_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_08_00_world.sql b/sql/updates/world/3.3.5/2016_08_08_00_world.sql
new file mode 100644
index 00000000000..60e8bf27d17
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_08_00_world.sql
@@ -0,0 +1,3 @@
+UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 15550;
+UPDATE `conditions` SET `SourceGroup` = 16152 WHERE `SourceGroup` = 15550 AND `SourceEntry` = 23809 AND `SourceTypeOrReferenceId` = 1;
+UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE `entry` = 16152;